Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Drx.c213 struct rx_radiotap_hdr radiotap_hdr; in process_rxed_802_11_packet()
214 struct rx_radiotap_hdr *pradiotap_hdr; in process_rxed_802_11_packet()
237 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
247 if ((skb_headroom(skb) < sizeof(struct rx_radiotap_hdr)) && in process_rxed_802_11_packet()
248 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()
255 pradiotap_hdr = skb_push(skb, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
256 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
H A Dradiotap.h33 struct rx_radiotap_hdr { struct