Home
last modified time | relevance | path

Searched refs:reported_rate (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/mac80211/
H A Dtx.c700 txrc.reported_rate.idx = -1; in ieee80211_tx_h_rate_ctrl()
787 if (txrc.reported_rate.idx < 0) { in ieee80211_tx_h_rate_ctrl()
788 txrc.reported_rate = tx->rate; in ieee80211_tx_h_rate_ctrl()
790 tx->sta->deflink.tx_stats.last_rate = txrc.reported_rate; in ieee80211_tx_h_rate_ctrl()
792 tx->sta->deflink.tx_stats.last_rate = txrc.reported_rate; in ieee80211_tx_h_rate_ctrl()
5250 txrc.reported_rate.idx = -1; in ieee80211_beacon_get_finish()
/linux-6.15/include/net/
H A Dmac80211.h7014 struct ieee80211_tx_rate reported_rate; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c2711 &txrc->reported_rate); in rs_drv_get_rate()