Searched refs:rx_radiotap_hdr (Results 1 – 2 of 2) sorted by relevance
221 struct rx_radiotap_hdr radiotap_hdr; in process_rxed_802_11_packet()222 struct rx_radiotap_hdr *pradiotap_hdr; in process_rxed_802_11_packet()247 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()257 if ((skb_headroom(skb) < sizeof(struct rx_radiotap_hdr)) && in process_rxed_802_11_packet()258 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()265 pradiotap_hdr = (void *)skb_push(skb, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()266 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
32 struct rx_radiotap_hdr { struct