Home
last modified time | relevance | path

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

/Linux-v5.10/net/mac80211/
Drc80211_minstrel_ht_debugfs.c66 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_dump()
84 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_dump()
213 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_csv_dump()
231 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.c103 IEEE80211_TX_RC_VHT_MCS | \
311 } else if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_stats()
807 rate->flags & IEEE80211_TX_RC_VHT_MCS) in minstrel_ht_txstat_valid()
1085 else if (flags & IEEE80211_TX_RC_VHT_MCS) in minstrel_ht_set_rate()
1349 } else if (sample_group->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_rate()
1497 WARN_ON(!(gflags & IEEE80211_TX_RC_VHT_MCS)) || in minstrel_ht_update_caps()
Dstatus.c261 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))) in ieee80211_tx_radiotap_len()
282 else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) in ieee80211_tx_radiotap_len()
329 IEEE80211_TX_RC_VHT_MCS))) in ieee80211_add_tx_radiotap_header()
510 } else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_add_tx_radiotap_header()
Drate.c532 if (*rate_flags & IEEE80211_TX_RC_VHT_MCS) { in rate_idx_match_mask()
629 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))) { in rate_fixup_ratelist()
680 if (rates[i].flags & IEEE80211_TX_RC_VHT_MCS) { in rate_fixup_ratelist()
Dairtime.c579 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_fill_rx_status()
Dtx.c65 if (tx->rate.flags & (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS)) in ieee80211_duration()
2152 rate_flags = IEEE80211_TX_RC_VHT_MCS; in ieee80211_parse_tx_radiotap()
2199 } else if (rate_flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_parse_tx_radiotap()
Dcfg.c702 } else if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in sta_set_rate_info_tx()
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/
Dmt76x02_txrx.c61 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in mt76x02_tx_get_max_txpwr_adj()
Dtestmode.c122 rate->flags |= IEEE80211_TX_RC_VHT_MCS; in mt76_testmode_tx_init()
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-v5.10/drivers/net/wireless/realtek/rtlwifi/
Drc.c160 rate->flags |= IEEE80211_TX_RC_VHT_MCS; in _rtl_rc_rate_set_series()
Dbase.c1199 } else if (r->flags & IEEE80211_TX_RC_VHT_MCS) { in _rtl_get_tx_hw_rate()
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c481 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in mt7615_mac_tx_rate_val()
636 IEEE80211_TX_RC_VHT_MCS))) in mt7615_mac_write_txwi()
1302 final_rate_flags |= IEEE80211_TX_RC_VHT_MCS; in mt7615_fill_txs()
/Linux-v5.10/include/net/
Dmac80211.h841 #define IEEE80211_TX_RC_S1G_MCS IEEE80211_TX_RC_VHT_MCS
922 IEEE80211_TX_RC_VHT_MCS = BIT(8), enumerator
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1363 r->flags |= IEEE80211_TX_RC_VHT_MCS; in iwl_mvm_hwrate_to_tx_rate()
/Linux-v5.10/drivers/net/wireless/
Dmac80211_hwsim.c1178 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) in trans_tx_rate_flags_ieee2hwsim()
1392 if (info->control.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in mac80211_hwsim_tx_frame_no_nl()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c3564 arsta->tx_info.status.rates[0].flags |= IEEE80211_TX_RC_VHT_MCS; in ath10k_update_per_peer_tx_stats()