Searched refs:IEEE80211_TX_RC_80_MHZ_WIDTH (Results 1 – 7 of 7) sorted by relevance
127 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()
35 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()
88 (_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()
370 else if (info->status.rates[0].flags & IEEE80211_TX_RC_80_MHZ_WIDTH) in ieee80211_add_tx_radiotap_header()
464 else if (rate->flags & IEEE80211_TX_RC_80_MHZ_WIDTH) in sta_set_rate_info_tx()
589 r->flags |= IEEE80211_TX_RC_80_MHZ_WIDTH; in iwl_mvm_hwrate_to_tx_rate()
731 IEEE80211_TX_RC_80_MHZ_WIDTH = BIT(9), enumerator