Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dtx.c676 txrc.reported_rate.idx = -1; in ieee80211_tx_h_rate_ctrl()
757 if (txrc.reported_rate.idx < 0) { in ieee80211_tx_h_rate_ctrl()
758 txrc.reported_rate = tx->rate; in ieee80211_tx_h_rate_ctrl()
760 tx->sta->tx_stats.last_rate = txrc.reported_rate; in ieee80211_tx_h_rate_ctrl()
762 tx->sta->tx_stats.last_rate = txrc.reported_rate; in ieee80211_tx_h_rate_ctrl()
3484 txrc.reported_rate.idx = -1; in __ieee80211_beacon_get()
/linux-4.4.14/include/net/
Dmac80211.h5143 struct ieee80211_tx_rate reported_rate; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drs.c2814 &txrc->reported_rate); in rs_get_rate()