mirror of
https://github.com/proski/madwifi
synced 2025-02-20 17:24:27 +03:00
Revert r3342 :(
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3344 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
d3ab3181b0
commit
c3365b93bf
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user