Searched refs:tqi_cw_max (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dqcu.c274 cw_max = tq->tqi_cw_max < 0 ? (cw_max >> (-tq->tqi_cw_max)) :
275 ((cw_max << tq->tqi_cw_max) + (1 << tq->tqi_cw_max) - 1);
H A Dbase.c1496 .tqi_cw_max = AR5K_TXQ_USEDEFAULT
1545 .tqi_cw_max = AR5K_TXQ_USEDEFAULT,
1572 qi.tqi_cw_max = 0;
1579 qi.tqi_cw_max = 2 * ah->ah_cw_min;
1583 "beacon queueprops tqi_aifs:%d tqi_cw_min:%d tqi_cw_max:%d\n",
1584 qi.tqi_aifs, qi.tqi_cw_min, qi.tqi_cw_max);
H A Dath5k.h536 s32 tqi_cw_max; /* Maximum Contention Window */ member in struct:ath5k_txq_info

Completed in 74 milliseconds