Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/
Drc.c127 rate->flags |= IEEE80211_TX_RC_80_MHZ_WIDTH; in _rtl_rc_rate_set_series()
132 rate->flags |= IEEE80211_TX_RC_80_MHZ_WIDTH; in _rtl_rc_rate_set_series()
/linux-4.1.27/net/mac80211/
Drc80211_minstrel_ht_debugfs.c35 else if (gflags & IEEE80211_TX_RC_80_MHZ_WIDTH) in minstrel_ht_stats_dump()
183 else if (gflags & IEEE80211_TX_RC_80_MHZ_WIDTH) in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.c88 (_bw == BW_80 ? IEEE80211_TX_RC_80_MHZ_WIDTH : \
281 2*!!(rate->flags & IEEE80211_TX_RC_80_MHZ_WIDTH)); in minstrel_vht_get_group_idx()
1201 if (gflags & IEEE80211_TX_RC_80_MHZ_WIDTH) { in minstrel_ht_update_caps()
1211 else if (gflags & IEEE80211_TX_RC_80_MHZ_WIDTH) in minstrel_ht_update_caps()
Dstatus.c370 else if (info->status.rates[0].flags & IEEE80211_TX_RC_80_MHZ_WIDTH) in ieee80211_add_tx_radiotap_header()
Dcfg.c464 else if (rate->flags & IEEE80211_TX_RC_80_MHZ_WIDTH) in sta_set_rate_info_tx()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtx.c589 r->flags |= IEEE80211_TX_RC_80_MHZ_WIDTH; in iwl_mvm_hwrate_to_tx_rate()
/linux-4.1.27/include/net/
Dmac80211.h731 IEEE80211_TX_RC_80_MHZ_WIDTH = BIT(9), enumerator