Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dmac.c421 u32 cwMin, chanCwMin, value; in ath9k_hw_resettxqueue() local
440 chanCwMin = INIT_CWMIN_11B; in ath9k_hw_resettxqueue()
442 chanCwMin = INIT_CWMIN; in ath9k_hw_resettxqueue()
444 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1); in ath9k_hw_resettxqueue()