Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c290 u_int32_t cw_min, chan_cw_min, value; in ar9300_reset_tx_queue() local
311 chan_cw_min = INIT_CWMIN_11B; in ar9300_reset_tx_queue()
313 chan_cw_min = INIT_CWMIN; in ar9300_reset_tx_queue()
316 for (cw_min = 1; cw_min < chan_cw_min; cw_min = (cw_min << 1) | 1) {} in ar9300_reset_tx_queue()