Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_RC_VHT_MCS (Results 1 – 10 of 10) sorted by relevance

/linux/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c81 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_dump()
103 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_dump()
226 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_csv_dump()
247 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_csv_dump()
H A Drate.c561 if (*rate_flags & IEEE80211_TX_RC_VHT_MCS) { in rate_idx_match_mask()
658 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))) { in rate_fixup_ratelist()
709 if (rates[i].flags & IEEE80211_TX_RC_VHT_MCS) { in rate_fixup_ratelist()
H A Dairtime.c707 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_fill_rx_status()
H A Dtx.c55 if (tx->rate.flags & (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS)) in ieee80211_duration()
2228 rate_flags = IEEE80211_TX_RC_VHT_MCS; in ieee80211_parse_tx_radiotap()
2287 } else if (rate_flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_parse_tx_radiotap()
H A Dcfg.c974 } else if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in sta_set_rate_info_tx()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c160 rate->flags |= IEEE80211_TX_RC_VHT_MCS; in _rtl_rc_rate_set_series()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c433 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in iwl_mld_get_inject_tx_rate()
1062 tx_rate->flags |= IEEE80211_TX_RC_VHT_MCS; in iwl_mld_hwrate_to_tx_rate()
/linux/include/net/
H A Dmac80211.h1074 #define IEEE80211_TX_RC_S1G_MCS IEEE80211_TX_RC_VHT_MCS
1189 IEEE80211_TX_RC_VHT_MCS = BIT(8), enumerator
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1615 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) in trans_tx_rate_flags_ieee2hwsim()
1890 if (info->control.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in mac80211_hwsim_tx_frame_no_nl()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3872 arsta->tx_info.status.rates[0].flags |= IEEE80211_TX_RC_VHT_MCS; in ath10k_update_per_peer_tx_stats()