Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dif_wi_hostap.c516 sta->tx_max_rate = 0; in wihap_check_rates()
524 if (sta->tx_max_rate < 1) in wihap_check_rates()
525 sta->tx_max_rate = 1; in wihap_check_rates()
529 if (sta->tx_max_rate < 2) in wihap_check_rates()
530 sta->tx_max_rate = 2; in wihap_check_rates()
534 sta->tx_max_rate = 3; in wihap_check_rates()
539 sta->tx_curr_rate = sta->tx_max_rate; in wihap_check_rates()
Dif_wi_hostap.h93 u_int8_t tx_max_rate; member