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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Drx.c211 struct rx_radiotap_hdr radiotap_hdr;
212 struct rx_radiotap_hdr *pradiotap_hdr;
236 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr));
245 if ((skb_headroom(skb) < sizeof(struct rx_radiotap_hdr)) &&
246 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) {
253 pradiotap_hdr = (void *)skb_push(skb, sizeof(struct rx_radiotap_hdr));
254 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr));
H A Dradiotap.h32 struct rx_radiotap_hdr { struct

Completed in 105 milliseconds