Revert r3342 :(

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3344 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-02-06 23:23:48 +00:00
parent d3ab3181b0
commit c3365b93bf
1 changed files with 1 additions and 1 deletions

View File

@ -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
}