Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
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()
227 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_csv_dump()
248 } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_stats_csv_dump()
A Dstatus.c263 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))) in ieee80211_tx_radiotap_len()
284 else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) in ieee80211_tx_radiotap_len()
335 IEEE80211_TX_RC_VHT_MCS))) { in ieee80211_add_tx_radiotap_header()
523 } else if (info->status.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_add_tx_radiotap_header()
A Drc80211_minstrel_ht.c101 IEEE80211_TX_RC_VHT_MCS | \
381 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_stats()
1209 rate->flags & IEEE80211_TX_RC_VHT_MCS) in minstrel_ht_txstat_valid()
1471 else if (flags & IEEE80211_TX_RC_VHT_MCS) in minstrel_ht_set_rate()
1641 } else if (sample_group->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_rate()
1801 WARN_ON(!(gflags & IEEE80211_TX_RC_VHT_MCS)) || in minstrel_ht_update_caps()
A Drate.c536 if (*rate_flags & IEEE80211_TX_RC_VHT_MCS) { in rate_idx_match_mask()
633 (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS))) { in rate_fixup_ratelist()
684 if (rates[i].flags & IEEE80211_TX_RC_VHT_MCS) { in rate_fixup_ratelist()
A Dairtime.c579 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_fill_rx_status()
A Dtx.c55 if (tx->rate.flags & (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS)) in ieee80211_duration()
2227 rate_flags = IEEE80211_TX_RC_VHT_MCS; in ieee80211_parse_tx_radiotap()
2281 } else if (rate_flags & IEEE80211_TX_RC_VHT_MCS) { in ieee80211_parse_tx_radiotap()
A Dcfg.c827 } else if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in sta_set_rate_info_tx()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_txrx.c61 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in mt76x02_tx_get_max_txpwr_adj()
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()
A Dtestmode.c233 rate->flags |= IEEE80211_TX_RC_VHT_MCS; in mt76_testmode_tx_init()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Drc.c160 rate->flags |= IEEE80211_TX_RC_VHT_MCS; in _rtl_rc_rate_set_series()
A Dbase.c1199 } else if (r->flags & IEEE80211_TX_RC_VHT_MCS) { in _rtl_get_tx_hw_rate()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmac.c674 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { in mt7615_mac_tx_rate_val()
830 IEEE80211_TX_RC_VHT_MCS))) in mt7615_mac_write_txwi()
1475 final_rate_flags |= IEEE80211_TX_RC_VHT_MCS; in mt7615_fill_txs()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtx.c1401 r->flags |= IEEE80211_TX_RC_VHT_MCS; in iwl_mvm_hwrate_to_tx_rate()
1433 r->flags |= IEEE80211_TX_RC_VHT_MCS; in iwl_mvm_hwrate_to_tx_rate_v1()
/linux-6.3-rc2/include/net/
A Dmac80211.h898 #define IEEE80211_TX_RC_S1G_MCS IEEE80211_TX_RC_VHT_MCS
1009 IEEE80211_TX_RC_VHT_MCS = BIT(8), enumerator
/linux-6.3-rc2/drivers/net/wireless/
A Dmac80211_hwsim.c1362 if (rate->flags & IEEE80211_TX_RC_VHT_MCS) in trans_tx_rate_flags_ieee2hwsim()
1623 if (info->control.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in mac80211_hwsim_tx_frame_no_nl()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dhtt_rx.c3869 arsta->tx_info.status.rates[0].flags |= IEEE80211_TX_RC_VHT_MCS; in ath10k_update_per_peer_tx_stats()

Completed in 95 milliseconds