Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Drx.c219 struct rx_radiotap_hdr radiotap_hdr; in process_rxed_802_11_packet()
220 struct rx_radiotap_hdr *pradiotap_hdr; in process_rxed_802_11_packet()
243 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
253 if ((skb_headroom(skb) < sizeof(struct rx_radiotap_hdr)) && in process_rxed_802_11_packet()
254 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()
261 pradiotap_hdr = skb_push(skb, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
262 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
Dradiotap.h33 struct rx_radiotap_hdr { struct