Searched refs:rx_radiotap_hdr (Results 1 – 2 of 2) sorted by relevance
213 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()239 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()249 if ((skb_headroom(skb) < sizeof(struct rx_radiotap_hdr)) && in process_rxed_802_11_packet()250 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()257 pradiotap_hdr = (void *)skb_push(skb, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()258 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
32 struct rx_radiotap_hdr { struct