Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8565f8bf authored by Sujith Manoharan's avatar Sujith Manoharan Committed by John W. Linville
Browse files

ath9k_hw: Program correct PLL value for AR9565

parent d43d04a9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) ||