Searched defs:wlhdr (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/b43legacy/
H A Dxmit.c194 const struct ieee80211_hdr *wlhdr; local
206 wlhdr = (const struct ieee80211_hdr *)fragment_data;
217 txhdr->mac_frame_ctl = wlhdr->frame_control;
218 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN);
222 (wlhdr->duration_id & cpu_to_le16(0x8000)) ||
223 (wlhdr->duration_id == cpu_to_le16(0))) {
227 txhdr->dur_fb = wlhdr->duration_id;
256 wlhdr_len = ieee80211_hdrlen(wlhdr->frame_control);
259 memcpy(txhdr->iv, ((u8 *)wlhdr) + wlhdr_len, iv_len);
437 struct ieee80211_hdr *wlhdr; local
[all...]
/drivers/net/wireless/b43/
H A Dxmit.c251 const struct ieee80211_hdr *wlhdr = local
254 __le16 fctl = wlhdr->frame_control;
281 txhdr->mac_frame_ctl = wlhdr->frame_control;
282 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN);
286 (wlhdr->duration_id & cpu_to_le16(0x8000)) ||
287 (wlhdr->duration_id == cpu_to_le16(0))) {
291 txhdr->dur_fb = wlhdr->duration_id;
339 memcpy(txhdr->iv + 10, ((u8 *) wlhdr) + wlhdr_len, 3);
343 memcpy(txhdr->iv, ((u8 *) wlhdr) + wlhdr_len, iv_len);
659 struct ieee80211_hdr *wlhdr; local
[all...]

Completed in 12 milliseconds