PERFORCE change 142357 for review
Sam Leffler
sam at FreeBSD.org
Tue May 27 04:09:54 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=142357
Change 142357 by sam at sam_ebb on 2008/05/27 04:09:15
handle non-sta vaps better
Affected files ...
.. //depot/projects/vap/sys/dev/ath/if_ath.c#78 edit
Differences ...
==== //depot/projects/vap/sys/dev/ath/if_ath.c#78 (text+ko) ====
@@ -1063,7 +1063,7 @@
if (ic->ic_opmode == IEEE80211_M_STA)
ath_stop(ifp);
else
- ieee80211_stop_all(ic);
+ ieee80211_suspend_all(ic);
}
/*
@@ -1108,7 +1108,7 @@
ath_init(sc);
ieee80211_beacon_miss(ic);
} else
- ieee80211_start_all(ic);
+ ieee80211_resume_all(ic);
}
if (sc->sc_softled) {
ath_hal_gpioCfgOutput(ah, sc->sc_ledpin);
More information about the p4-projects
mailing list