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

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c81 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) {
103 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) {
227 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) {
248 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) {
H A Drc80211_minstrel_ht.c101 IEEE80211_TX_RC_VHT_MCS | \
381 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) {
1209 rate->flags & IEEE80211_TX_RC_VHT_MCS)
1471 else if (flags & IEEE80211_TX_RC_VHT_MCS)
1641 } else if (sample_group->flags & IEEE80211_TX_RC_VHT_MCS) {
1797 WARN_ON(!(gflags & IEEE80211_TX_RC_VHT_MCS)) ||
H A Dstatus.c228 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS)))
249 else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS)
300 IEEE80211_TX_RC_VHT_MCS))) {
488 } else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) {
H A Drate.c537 if (*rate_flags & IEEE80211_TX_RC_VHT_MCS) {
634 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))) {
685 if (rates[i].flags & IEEE80211_TX_RC_VHT_MCS) {
H A Dairtime.c579 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) {
H A Dtx.c56 if (tx->rate.flags & (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))
2214 rate_flags = IEEE80211_TX_RC_VHT_MCS;
2273 } else if (rate_flags & IEEE80211_TX_RC_VHT_MCS) {
H A Dcfg.c813 } else if (rate->flags & IEEE80211_TX_RC_VHT_MCS) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c160 rate->flags |= IEEE80211_TX_RC_VHT_MCS;
H A Dbase.c1198 } else if (r->flags & IEEE80211_TX_RC_VHT_MCS) {
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_txrx.c61 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) {
H A Dtestmode.c234 rate->flags |= IEEE80211_TX_RC_VHT_MCS;
H A Dmt76x02_mac.c186 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) {
309 txrate->flags |= IEEE80211_TX_RC_VHT_MCS;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c670 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) {
826 IEEE80211_TX_RC_VHT_MCS)))
1446 final_rate_flags |= IEEE80211_TX_RC_VHT_MCS;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c310 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) {
1559 r->flags |= IEEE80211_TX_RC_VHT_MCS;
1590 r->flags |= IEEE80211_TX_RC_VHT_MCS;
/linux-master/include/net/
H A Dmac80211.h933 #define IEEE80211_TX_RC_S1G_MCS IEEE80211_TX_RC_VHT_MCS
1023 * @IEEE80211_TX_RC_VHT_MCS: VHT MCS rate, in this case the idx field is split
1047 IEEE80211_TX_RC_VHT_MCS = BIT(8), enumerator in enum:mac80211_rate_control_flags
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1491 if (rate->flags & IEEE80211_TX_RC_VHT_MCS)
1753 if (info->control.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3869 arsta->tx_info.status.rates[0].flags |= IEEE80211_TX_RC_VHT_MCS;

Completed in 280 milliseconds