Home
last modified time | relevance | path

Searched refs:w_hdr (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/staging/wlan-ng/
Dp80211conv.c263 struct p80211_hdr *w_hdr; in skb_p80211_to_ether() local
273 w_hdr = (struct p80211_hdr *)skb->data; in skb_p80211_to_ether()
276 fc = le16_to_cpu(w_hdr->frame_control); in skb_p80211_to_ether()
278 ether_addr_copy(daddr, w_hdr->address1); in skb_p80211_to_ether()
279 ether_addr_copy(saddr, w_hdr->address2); in skb_p80211_to_ether()
282 ether_addr_copy(daddr, w_hdr->address1); in skb_p80211_to_ether()
283 ether_addr_copy(saddr, w_hdr->address3); in skb_p80211_to_ether()
286 ether_addr_copy(daddr, w_hdr->address3); in skb_p80211_to_ether()
287 ether_addr_copy(saddr, w_hdr->address2); in skb_p80211_to_ether()
295 ether_addr_copy(daddr, w_hdr->address3); in skb_p80211_to_ether()
[all …]