Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit.c290 u_int32_t cw_min, chan_cw_min, value; in ar9300_reset_tx_queue() local
312 chan_cw_min = INIT_CWMIN_11B; in ar9300_reset_tx_queue()
314 chan_cw_min = INIT_CWMIN; in ar9300_reset_tx_queue()
317 for (cw_min = 1; cw_min < chan_cw_min; cw_min = (cw_min << 1) | 1) {} in ar9300_reset_tx_queue()