Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_ap.h70 u8 tx_max_rate; /* max TX rate (WLAN_RATE_*) */ member
Dhostap_ap.c1146 if (rateidx > sta->tx_max_rate || in ap_tx_rate_ok()
1173 sta->tx_max_rate = sta->tx_rate = sta->tx_rate_idx = 0; in prism2_check_tx_rates()
1175 sta->tx_max_rate = 0; in prism2_check_tx_rates()
1182 sta->tx_max_rate = 1; in prism2_check_tx_rates()
1189 sta->tx_max_rate = 2; in prism2_check_tx_rates()
1196 sta->tx_max_rate = 3; in prism2_check_tx_rates()
2656 sta->tx_rate_idx < sta->tx_max_rate) { in ap_update_sta_tx_rate()
2660 while (new_rate < sta->tx_max_rate) { in ap_update_sta_tx_rate()
3160 sta->tx_max_rate = sta->tx_rate_idx = 3; in hostap_add_sta()