|
@@ -667,7 +667,12 @@ static void ath9k_hw_init_qos(struct ath_hw *ah)
|
|
|
static void ath9k_hw_init_pll(struct ath_hw *ah,
|
|
|
struct ath9k_channel *chan)
|
|
|
{
|
|
|
- u32 pll = ath9k_hw_compute_pll_control(ah, chan);
|
|
|
+ u32 pll;
|
|
|
+
|
|
|
+ if (AR_SREV_9485(ah))
|
|
|
+ REG_WRITE(ah, AR_RTC_PLL_CONTROL2, 0x886666);
|
|
|
+
|
|
|
+ pll = ath9k_hw_compute_pll_control(ah, chan);
|
|
|
|
|
|
REG_WRITE(ah, AR_RTC_PLL_CONTROL, pll);
|
|
|
|