Searched refs:tx_rate_idx (Results 1 – 6 of 6) sorted by relevance
1235 sta->tx_max_rate = sta->tx_rate = sta->tx_rate_idx = 0; in prism2_check_tx_rates()1240 sta->tx_rate_idx = 0; in prism2_check_tx_rates()1247 sta->tx_rate_idx = 1; in prism2_check_tx_rates()1254 sta->tx_rate_idx = 2; in prism2_check_tx_rates()1261 sta->tx_rate_idx = 3; in prism2_check_tx_rates()2709 sta->tx_count[sta->tx_rate_idx]++; in ap_update_sta_tx_rate()2713 sta->tx_rate_idx < sta->tx_max_rate) { in ap_update_sta_tx_rate()2716 old_rate = new_rate = sta->tx_rate_idx; in ap_update_sta_tx_rate()2720 sta->tx_rate_idx = new_rate; in ap_update_sta_tx_rate()2724 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
111 u8 tx_rate_idx; member
636 skbdesc->tx_rate_idx = rate_idx; in rt2x00queue_write_tx_frame()
388 rate_idx = skbdesc->tx_rate_idx; in rt2x00lib_txdone()
896 skbdesc->tx_rate_idx = real_mcs; in rt2800_txdone_entry()