Home
last modified time | relevance | path

Searched refs:tx_rate_idx (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/hostap/
Dhostap_ap.c1173 sta->tx_max_rate = sta->tx_rate = sta->tx_rate_idx = 0; in prism2_check_tx_rates()
1178 sta->tx_rate_idx = 0; in prism2_check_tx_rates()
1185 sta->tx_rate_idx = 1; in prism2_check_tx_rates()
1192 sta->tx_rate_idx = 2; in prism2_check_tx_rates()
1199 sta->tx_rate_idx = 3; in prism2_check_tx_rates()
2652 sta->tx_count[sta->tx_rate_idx]++; in ap_update_sta_tx_rate()
2656 sta->tx_rate_idx < sta->tx_max_rate) { in ap_update_sta_tx_rate()
2659 old_rate = new_rate = sta->tx_rate_idx; in ap_update_sta_tx_rate()
2663 sta->tx_rate_idx = new_rate; in ap_update_sta_tx_rate()
2667 if (old_rate != sta->tx_rate_idx) { in ap_update_sta_tx_rate()
[all …]
Dhostap_ap.h69 u8 tx_rate_idx; /* current TX rate (WLAN_RATE_*) */ member
/drivers/net/wireless/rt2x00/
Drt2x00queue.h120 u8 tx_rate_idx; member
Drt2x00queue.c396 skbdesc->tx_rate_idx = rate_idx; in rt2x00queue_write_tx_frame()
Drt2x00dev.c534 rate_idx = skbdesc->tx_rate_idx; in rt2x00lib_txdone()