Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Drx.c218 struct rx_radiotap_hdr radiotap_hdr; in process_rxed_802_11_packet()
219 struct rx_radiotap_hdr *pradiotap_hdr; in process_rxed_802_11_packet()
242 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
252 if ((skb_headroom(skb) < sizeof(struct rx_radiotap_hdr)) && in process_rxed_802_11_packet()
253 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()
260 pradiotap_hdr = skb_push(skb, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
261 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
Dradiotap.h33 struct rx_radiotap_hdr { struct