Also call ath_hal_rxmonitor in IBSS. Maybe this will make Ge0rg all happy.

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

View File

@ -6596,7 +6596,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)
if ((sc->sc_opmode == HAL_M_STA) || (sc->sc_opmode == HAL_M_IBSS))
ath_hal_rxmonitor(ah, &sc->sc_halstats, &sc->sc_curchan);
#undef PA2DESC
}