Searched refs:wilc_wfi_radiotap_cb_hdr (Results 1 – 1 of 1) sorted by relevance
20 struct wilc_wfi_radiotap_cb_hdr { struct57 struct wilc_wfi_radiotap_cb_hdr *cb_hdr; in WILC_WFI_monitor_rx()80 skb = dev_alloc_skb(size + sizeof(struct wilc_wfi_radiotap_cb_hdr)); in WILC_WFI_monitor_rx()88 cb_hdr = (struct wilc_wfi_radiotap_cb_hdr *) skb_push(skb, sizeof(*cb_hdr)); in WILC_WFI_monitor_rx()89 memset(cb_hdr, 0, sizeof(struct wilc_wfi_radiotap_cb_hdr)); in WILC_WFI_monitor_rx()93 cb_hdr->hdr.it_len = cpu_to_le16(sizeof(struct wilc_wfi_radiotap_cb_hdr)); in WILC_WFI_monitor_rx()221 struct wilc_wfi_radiotap_cb_hdr *cb_hdr; in WILC_WFI_mon_xmit()253 skb2 = dev_alloc_skb(skb->len + sizeof(struct wilc_wfi_radiotap_cb_hdr)); in WILC_WFI_mon_xmit()257 cb_hdr = (struct wilc_wfi_radiotap_cb_hdr *) skb_push(skb2, sizeof(*cb_hdr)); in WILC_WFI_mon_xmit()258 memset(cb_hdr, 0, sizeof(struct wilc_wfi_radiotap_cb_hdr)); in WILC_WFI_mon_xmit()[all …]