Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dstatus.c389 else if (info->status.rates[0].flags & IEEE80211_TX_RC_160_MHZ_WIDTH) in ieee80211_add_tx_radiotap_header()
Drc80211_minstrel_ht.c1233 WARN_ON(gflags & IEEE80211_TX_RC_160_MHZ_WIDTH)) in minstrel_ht_update_caps()
Dcfg.c676 else if (rate->flags & IEEE80211_TX_RC_160_MHZ_WIDTH) in sta_set_rate_info_tx()
Dtx.c2102 IEEE80211_TX_RC_160_MHZ_WIDTH; in ieee80211_parse_tx_radiotap()
/Linux-v4.19/include/net/
Dmac80211.h824 IEEE80211_TX_RC_160_MHZ_WIDTH = BIT(10), enumerator
/Linux-v4.19/drivers/net/wireless/
Dmac80211_hwsim.c1051 if (rate->flags & IEEE80211_TX_RC_160_MHZ_WIDTH) in trans_tx_rate_flags_ieee2hwsim()
1269 else if (info->control.rates[0].flags & IEEE80211_TX_RC_160_MHZ_WIDTH) in mac80211_hwsim_tx_frame_no_nl()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1290 r->flags |= IEEE80211_TX_RC_160_MHZ_WIDTH; in iwl_mvm_hwrate_to_tx_rate()