···21612161 if (ieee80211_is_data_qos(fc)) {21622162 __le16 *qos_control;2163216321642164- qos_control = (__le16*) skb_push(skb, 2);21642164+ qos_control = (__le16 *) skb_push(skb, 2);21652165 memcpy(skb_push(skb, hdrlen - 2), &hdr, hdrlen - 2);21662166 /*21672167 * Maybe we could actually set some fields here, for now just···23232323 if (atomic_read(&ps->num_sta_ps) > 0)23242324 /* in the hope that this is faster than23252325 * checking byte-for-byte */23262326- have_bits = !bitmap_empty((unsigned long*)ps->tim,23262326+ have_bits = !bitmap_empty((unsigned long *)ps->tim,23272327 IEEE80211_MAX_AID+1);2328232823292329 if (ps->dtim_count == 0)
+1-1
net/mac80211/util.c
···7676 }77777878 if (ieee80211_is_ctl(fc)) {7979- if(ieee80211_is_pspoll(fc))7979+ if (ieee80211_is_pspoll(fc))8080 return hdr->addr1;81818282 if (ieee80211_is_back_req(fc)) {