Searched refs:tx_rate_idx (Results 1 – 5 of 5) sorted by relevance
1173 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 …]
69 u8 tx_rate_idx; /* current TX rate (WLAN_RATE_*) */ member
120 u8 tx_rate_idx; member
396 skbdesc->tx_rate_idx = rate_idx; in rt2x00queue_write_tx_frame()
534 rate_idx = skbdesc->tx_rate_idx; in rt2x00lib_txdone()