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

ath9k_hw: Don't do ani initialization for AR9340

Signed-off-by: default avatarVasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d89baac8
...@@ -462,7 +462,7 @@ static int ath9k_hw_post_init(struct ath_hw *ah) ...@@ -462,7 +462,7 @@ static int ath9k_hw_post_init(struct ath_hw *ah)
return ecode; return ecode;
} }
if (!AR_SREV_9100(ah)) { if (!AR_SREV_9100(ah) && !AR_SREV_9340(ah)) {
ath9k_hw_ani_setup(ah); ath9k_hw_ani_setup(ah);
ath9k_hw_ani_init(ah); ath9k_hw_ani_init(ah);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment