Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_RC_VHT_MCS (Results 1 – 14 of 14) 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 Dstatus.c228 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))) in ieee80211_tx_radiotap_len()
249 else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) in ieee80211_tx_radiotap_len()
301 IEEE80211_TX_RC_VHT_MCS))) { in ieee80211_add_tx_radiotap_header()
489 } else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_add_tx_radiotap_header()
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()
2260 rate_flags = IEEE80211_TX_RC_VHT_MCS; in ieee80211_parse_tx_radiotap()
2322 } else if (rate_flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_parse_tx_radiotap()
H A Dcfg.c979 } 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.c439 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in iwl_mld_get_inject_tx_rate()
1073 tx_rate->flags |= IEEE80211_TX_RC_VHT_MCS; in iwl_mld_hwrate_to_tx_rate()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c186 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in mt76x02_mac_tx_rate_val()
309 txrate->flags |= IEEE80211_TX_RC_VHT_MCS; in mt76x02_mac_process_tx_rate()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c663 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in mt7615_mac_tx_rate_val()
819 IEEE80211_TX_RC_VHT_MCS))) in mt7615_mac_write_txwi()
1424 final_rate_flags |= IEEE80211_TX_RC_VHT_MCS; in mt7615_fill_txs()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c302 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in iwl_mvm_get_inject_tx_rate()
1442 r->flags |= IEEE80211_TX_RC_VHT_MCS; in iwl_mvm_hwrate_to_tx_rate()
/linux/include/net/
H A Dmac80211.h1112 #define IEEE80211_TX_RC_S1G_MCS IEEE80211_TX_RC_VHT_MCS
1203 * @IEEE80211_TX_RC_VHT_MCS: VHT MCS rate, in this case the idx field is split
1227 IEEE80211_TX_RC_VHT_MCS = BIT(8), enumerator
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c1332 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS)) in mac80211_hwsim_get_tx_rate()
1595 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) in trans_tx_rate_flags_ieee2hwsim()
1922 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.c3873 arsta->tx_info.status.rates[0].flags |= IEEE80211_TX_RC_VHT_MCS; in ath10k_update_per_peer_tx_stats()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1250 if (flags & IEEE80211_TX_RC_VHT_MCS) { in rtw89_core_tx_update_injection()