Searched refs:rtap_vendor (Results 1 – 1 of 1) sorted by relevance
277 struct wil6210_rtap_vendor *rtap_vendor; in wil_rx_add_radiotap_header() local284 rtap_len = sizeof(*rtap_vendor) + sizeof(*d); in wil_rx_add_radiotap_header()315 rtap_vendor = (void *)skb_push(skb, rtap_len); in wil_rx_add_radiotap_header()316 memset(rtap_vendor, 0, rtap_len); in wil_rx_add_radiotap_header()318 rtap_vendor->rtap.rthdr.it_version = PKTHDR_RADIOTAP_VERSION; in wil_rx_add_radiotap_header()319 rtap_vendor->rtap.rthdr.it_len = cpu_to_le16(rtap_len); in wil_rx_add_radiotap_header()320 rtap_vendor->rtap.rthdr.it_present = cpu_to_le32( in wil_rx_add_radiotap_header()325 rtap_vendor->rtap.flags |= IEEE80211_RADIOTAP_F_BADFCS; in wil_rx_add_radiotap_header()327 rtap_vendor->rtap.chnl_freq = cpu_to_le16(ch ? ch->center_freq : 58320); in wil_rx_add_radiotap_header()328 rtap_vendor->rtap.chnl_flags = cpu_to_le16(0); in wil_rx_add_radiotap_header()[all …]