Searched refs:chanCwMin (Results 1 – 1 of 1) sorted by relevance
791 uint32_t cwMin, chanCwMin, value; in ath9k_hw_resettxqueue() local813 chanCwMin = INIT_CWMIN_11B; in ath9k_hw_resettxqueue()815 chanCwMin = INIT_CWMIN; in ath9k_hw_resettxqueue()817 for (cwMin = 1; cwMin < chanCwMin; cwMin = (cwMin << 1) | 1) { in ath9k_hw_resettxqueue()