Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drx.c396 rx_status->vht_flag |= RX_VHT_FLAG_160MHZ; in iwl_mvm_rx_rx_mpdu()
/linux-4.1.27/include/net/
Dmac80211.h1052 RX_VHT_FLAG_160MHZ = BIT(1), enumerator
/linux-4.1.27/net/mac80211/
Dutil.c2640 else if (status->vht_flag & RX_VHT_FLAG_160MHZ) in ieee80211_calculate_rx_timestamp()
Drx.c378 else if (status->vht_flag & RX_VHT_FLAG_160MHZ) in ieee80211_add_rx_radiotap_header()
Dcfg.c507 else if (sta->last_rx_rate_vht_flag & RX_VHT_FLAG_160MHZ) in sta_set_rate_info_rx()