mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
ath9k_hw: Don't do ani initialization for AR9340
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d89baac8b4
commit
070c4d509b
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user