Searched refs:w_hdr (Results 1 – 1 of 1) sorted by relevance
284 struct p80211_hdr *w_hdr; in skb_p80211_to_ether() local294 w_hdr = (struct p80211_hdr *)skb->data; in skb_p80211_to_ether()297 fc = le16_to_cpu(w_hdr->frame_control); in skb_p80211_to_ether()299 ether_addr_copy(daddr, w_hdr->address1); in skb_p80211_to_ether()300 ether_addr_copy(saddr, w_hdr->address2); in skb_p80211_to_ether()303 ether_addr_copy(daddr, w_hdr->address1); in skb_p80211_to_ether()304 ether_addr_copy(saddr, w_hdr->address3); in skb_p80211_to_ether()307 ether_addr_copy(daddr, w_hdr->address3); in skb_p80211_to_ether()308 ether_addr_copy(saddr, w_hdr->address2); in skb_p80211_to_ether()316 ether_addr_copy(daddr, w_hdr->address3); in skb_p80211_to_ether()[all …]