Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_mon.c15 struct wilc_wfi_radiotap_hdr { struct
56 struct wilc_wfi_radiotap_hdr *hdr; in WILC_WFI_monitor_rx()
110 skb = dev_alloc_skb(size + sizeof(struct wilc_wfi_radiotap_hdr)); in WILC_WFI_monitor_rx()
118 hdr = (struct wilc_wfi_radiotap_hdr *) skb_push(skb, sizeof(*hdr)); in WILC_WFI_monitor_rx()
119 memset(hdr, 0, sizeof(struct wilc_wfi_radiotap_hdr)); in WILC_WFI_monitor_rx()
121 hdr->hdr.it_len = cpu_to_le16(sizeof(struct wilc_wfi_radiotap_hdr)); in WILC_WFI_monitor_rx()