From c3365b93bf16d4ed222a0a0261ce1f1babe07656 Mon Sep 17 00:00:00 2001 From: mentor Date: Wed, 6 Feb 2008 23:23:48 +0000 Subject: [PATCH] Revert r3342 :( git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3344 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }