ath9k: fix a few ani issues
[lede.git] / package / mac80211 / patches / 529-ath9k_ani_overflow_fix.patch
1 --- a/drivers/net/wireless/ath/ath9k/ani.c
2 +++ b/drivers/net/wireless/ath/ath9k/ani.c
3 @@ -664,7 +664,7 @@ static bool ath9k_hw_ani_read_counters(s
4         phyCnt1 = REG_READ(ah, AR_PHY_ERR_1);
5         phyCnt2 = REG_READ(ah, AR_PHY_ERR_2);
6  
7 -       if (use_new_ani(ah) && (phyCnt1 < ofdm_base || phyCnt2 < cck_base)) {
8 +       if (!use_new_ani(ah) && (phyCnt1 < ofdm_base || phyCnt2 < cck_base)) {
9                 if (phyCnt1 < ofdm_base) {
10                         ath_print(common, ATH_DBG_ANI,
11                                   "phyCnt1 0x%x, resetting "