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

Commit e041228f authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

ath9k_hw: skip PLL initialization on AR9003 on Power-On-Reset



This is not required for the AR9003 family.

Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8fe65368
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2064,6 +2064,7 @@ static bool ath9k_hw_set_power_awake(struct ath_hw *ah, int setChip)
					   ATH9K_RESET_POWER_ON) != true) {
				return false;
			}
			if (!AR_SREV_9300_20_OR_LATER(ah))
				ath9k_hw_init_pll(ah, NULL);
		}
		if (AR_SREV_9100(ah))