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

Commit 070c4d50 authored by Vasanthakumar Thiagarajan's avatar Vasanthakumar Thiagarajan Committed by John W. Linville
Browse files

ath9k_hw: Don't do ani initialization for AR9340

parent d89baac8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -462,7 +462,7 @@ static int ath9k_hw_post_init(struct ath_hw *ah)
		return ecode;
	}

	if (!AR_SREV_9100(ah)) {
	if (!AR_SREV_9100(ah) && !AR_SREV_9340(ah)) {
		ath9k_hw_ani_setup(ah);
		ath9k_hw_ani_init(ah);
	}