Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dmac.c371 u32 cwMin, chanCwMin, value; in ath9k_hw_resettxqueue() local
387 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1); in ath9k_hw_resettxqueue()
389 cwMin = qi->tqi_cwmin; in ath9k_hw_resettxqueue()
394 SM(cwMin, AR_D_LCL_IFS_CWMIN) | in ath9k_hw_resettxqueue()