diff --git a/ath/if_ath.c b/ath/if_ath.c index 45beffd..c631cec 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -6591,7 +6591,7 @@ rx_next: * the data used for ANI, so we will only call it for client only * mode. * This may will not affect ANI problems in client only mode. */ - if ((sc->sc_opmode == HAL_M_STA) || (sc->sc_opmode == HAL_M_IBSS)) + if (sc->sc_opmode == HAL_M_STA) ath_hal_rxmonitor(ah, &sc->sc_halstats, &sc->sc_curchan); #undef PA2DESC }