Skip to content

Commit

Permalink
ath9k_hw: Program correct PLL value for AR9565
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Sep 11, 2012
1 parent d43d04a commit 8565f8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,8 @@ static void ath9k_hw_init_pll(struct ath_hw *ah,
}

pll = ath9k_hw_compute_pll_control(ah, chan);

if (AR_SREV_9565(ah))
pll |= 0x40000;
REG_WRITE(ah, AR_RTC_PLL_CONTROL, pll);

if (AR_SREV_9485(ah) || AR_SREV_9340(ah) || AR_SREV_9330(ah) ||
Expand Down

0 comments on commit 8565f8b

Please sign in to comment.