Searched refs:wilc_wfi_radiotap_hdr (Results 1 – 1 of 1) sorted by relevance
15 struct wilc_wfi_radiotap_hdr { struct56 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()