Lines Matching refs:wlhdr
181 const struct ieee80211_hdr *wlhdr; in generate_txhdr_fw3() local
193 wlhdr = (const struct ieee80211_hdr *)fragment_data; in generate_txhdr_fw3()
204 txhdr->mac_frame_ctl = wlhdr->frame_control; in generate_txhdr_fw3()
205 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN); in generate_txhdr_fw3()
209 (wlhdr->duration_id & cpu_to_le16(0x8000)) || in generate_txhdr_fw3()
210 (wlhdr->duration_id == cpu_to_le16(0))) { in generate_txhdr_fw3()
214 txhdr->dur_fb = wlhdr->duration_id; in generate_txhdr_fw3()
243 wlhdr_len = ieee80211_hdrlen(wlhdr->frame_control); in generate_txhdr_fw3()
246 memcpy(txhdr->iv, ((u8 *)wlhdr) + wlhdr_len, iv_len); in generate_txhdr_fw3()
424 struct ieee80211_hdr *wlhdr; in b43legacy_rx() local
463 wlhdr = (struct ieee80211_hdr *)(skb->data); in b43legacy_rx()
464 fctl = wlhdr->frame_control; in b43legacy_rx()
485 wlhdr->frame_control = fctl; in b43legacy_rx()