80b8d2e5f604b220996c8306872b57102c6cd090
[openwrt-10.03/.git] / package / mac80211 / patches / 543-ath9k_enable_ar9100_ani.patch
1 --- a/drivers/net/wireless/ath/ath9k/hw.c
2 +++ b/drivers/net/wireless/ath/ath9k/hw.c
3 @@ -513,7 +513,7 @@ static int ath9k_hw_post_init(struct ath
4                 return ecode;
5         }
6  
7 -       if (!AR_SREV_9100(ah) && !AR_SREV_9340(ah)) {
8 +       if (!AR_SREV_9340(ah)) {
9                 ath9k_hw_ani_setup(ah);
10                 ath9k_hw_ani_init(ah);
11         }