>> @@ -4081,9 +4078,8 @@ static int wlcore_set_beacon_template(struct wl1271 *wl, >> beacon->data, >> beacon->len, 0, >> min_rate); >> -end_bcn: >> +free_skb: > > Why rename the label? I find it clearer according to the Linux coding style. Regards, Markus