mirror of
https://github.com/proski/madwifi
synced 2024-11-24 23:40:00 +03:00
Merge changes @2825 back to trunk
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2826 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
b42f24aaf1
commit
c4d1172910
@ -8322,8 +8322,8 @@ ath_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
|
|||||||
|
|
||||||
/* XXX: if it is SCAN state, disable beacons. */
|
/* XXX: if it is SCAN state, disable beacons. */
|
||||||
if (nstate == IEEE80211_S_SCAN) {
|
if (nstate == IEEE80211_S_SCAN) {
|
||||||
ath_hal_intrset(ah, sc->sc_imask &~ (HAL_INT_SWBA | HAL_INT_BMISS));
|
|
||||||
sc->sc_imask &= ~(HAL_INT_SWBA | HAL_INT_BMISS);
|
sc->sc_imask &= ~(HAL_INT_SWBA | HAL_INT_BMISS);
|
||||||
|
ath_hal_intrset(ah, sc->sc_imask);
|
||||||
/* need to reconfigure the beacons when it moves to RUN */
|
/* need to reconfigure the beacons when it moves to RUN */
|
||||||
sc->sc_beacons = 0;
|
sc->sc_beacons = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user