Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c206 unsigned int radiotap_len = 0; in iwl_mvm_pass_packet_to_mac80211() local
209 radiotap_len += sizeof(struct ieee80211_radiotap_he); in iwl_mvm_pass_packet_to_mac80211()
211 radiotap_len += sizeof(struct ieee80211_radiotap_he_mu); in iwl_mvm_pass_packet_to_mac80211()
212 __skb_push(skb, radiotap_len); in iwl_mvm_pass_packet_to_mac80211()
937 unsigned int radiotap_len = 0; in iwl_mvm_rx_mpdu_mq() local
940 radiotap_len += sizeof(known); in iwl_mvm_rx_mpdu_mq()
955 radiotap_len += sizeof(mu_known); in iwl_mvm_rx_mpdu_mq()
961 __skb_pull(skb, radiotap_len); in iwl_mvm_rx_mpdu_mq()