Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_ap.c1143 static int ap_tx_rate_ok(int rateidx, struct sta_info *sta, in ap_tx_rate_ok() argument
1146 if (rateidx > sta->tx_max_rate || in ap_tx_rate_ok()
1147 !(sta->tx_supp_rates & (1 << rateidx))) in ap_tx_rate_ok()
1151 !(local->tx_rate_control & (1 << rateidx))) in ap_tx_rate_ok()