diff mbox

[RFC] ath9k: Enable ANI for AR9100

Message ID AANLkTilOPoS1LLraqepmhIXqwAR_4F-WZj3OjxeMz9Bd@mail.gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Björn Smedman June 17, 2010, 6:25 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath9k/hw.c
b/drivers/net/wireless/ath/ath9k/hw.c
index 62597f4..7f98488 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -488,10 +488,8 @@  static int ath9k_hw_post_init(struct ath_hw *ah)
                return ecode;
        }

-       if (!AR_SREV_9100(ah)) {
-               ath9k_hw_ani_setup(ah);
-               ath9k_hw_ani_init(ah);
-       }
+       ath9k_hw_ani_setup(ah);
+       ath9k_hw_ani_init(ah);

        return 0;
 }