Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dtx.c701 txrc.reported_rate.idx = -1; in ieee80211_tx_h_rate_ctrl()
788 if (txrc.reported_rate.idx < 0) { in ieee80211_tx_h_rate_ctrl()
789 txrc.reported_rate = tx->rate; in ieee80211_tx_h_rate_ctrl()
791 tx->sta->deflink.tx_stats.last_rate = txrc.reported_rate; in ieee80211_tx_h_rate_ctrl()
793 tx->sta->deflink.tx_stats.last_rate = txrc.reported_rate; in ieee80211_tx_h_rate_ctrl()
5428 txrc.reported_rate.idx = -1; in ieee80211_beacon_get_finish()
/linux/include/net/
H A Dmac80211.h7254 struct ieee80211_tx_rate reported_rate; member