Searched refs:vht_flag (Results 1 – 6 of 6) sorted by relevance
400 rx_status->vht_flag |= RX_VHT_FLAG_80MHZ; in iwl_mvm_rx_rx_mpdu()403 rx_status->vht_flag |= RX_VHT_FLAG_160MHZ; in iwl_mvm_rx_rx_mpdu()428 rx_status->vht_flag |= RX_VHT_FLAG_BF; in iwl_mvm_rx_rx_mpdu()
422 if (status->vht_flag & RX_VHT_FLAG_BF) in ieee80211_add_rx_radiotap_header()426 if (status->vht_flag & RX_VHT_FLAG_80MHZ) in ieee80211_add_rx_radiotap_header()428 else if (status->vht_flag & RX_VHT_FLAG_160MHZ) in ieee80211_add_rx_radiotap_header()1407 status->vht_flag; in ieee80211_rx_h_sta_process()1423 sta->rx_stats.last_rate_vht_flag = status->vht_flag; in ieee80211_rx_h_sta_process()
2636 else if (status->vht_flag & RX_VHT_FLAG_80MHZ) in ieee80211_calculate_rx_timestamp()2638 else if (status->vht_flag & RX_VHT_FLAG_160MHZ) in ieee80211_calculate_rx_timestamp()
759 status->vht_flag |= RX_VHT_FLAG_80MHZ; in ath10k_htt_rx_h_rates()924 status->vht_flag &= ~RX_VHT_FLAG_80MHZ; in ath10k_htt_rx_h_ppdu()994 status->vht_flag & RX_VHT_FLAG_80MHZ ? "80" : "", in ath10k_process_rx()
525 rx_status->vht_flag |= RX_VHT_FLAG_80MHZ; in rtl8821ae_rx_query_desc()
1118 u8 vht_flag; member