Home
last modified time | relevance | path

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

/Linux-v5.10/net/mac80211/
Dtx.c696 txrc.reported_rate.idx = -1; in ieee80211_tx_h_rate_ctrl()
777 if (txrc.reported_rate.idx < 0) { in ieee80211_tx_h_rate_ctrl()
778 txrc.reported_rate = tx->rate; in ieee80211_tx_h_rate_ctrl()
780 tx->sta->tx_stats.last_rate = txrc.reported_rate; in ieee80211_tx_h_rate_ctrl()
782 tx->sta->tx_stats.last_rate = txrc.reported_rate; in ieee80211_tx_h_rate_ctrl()
4918 txrc.reported_rate.idx = -1; in __ieee80211_beacon_get()
/Linux-v5.10/include/net/
Dmac80211.h6111 struct ieee80211_tx_rate reported_rate; member
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.c2756 &txrc->reported_rate); in rs_drv_get_rate()