PERFORCE change 133214 for review

Sepherosa Ziehau sephe at FreeBSD.org
Sun Jan 13 19:26:40 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133214

Change 133214 by sephe at sephe_zealot:sam_wifi on 2008/01/14 03:25:54

	Always stop watchdog callout in rt2661_stop()

Affected files ...

.. //depot/projects/wifi/sys/dev/ral/rt2661.c#20 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ral/rt2661.c#20 (text) ====

@@ -401,9 +401,8 @@
 	struct rt2661_softc *sc = xsc;
 	struct ieee80211com *ic = &sc->sc_ic;
 	struct ifnet *ifp = ic->ic_ifp;
-	
+
 	rt2661_stop(sc);
-	callout_stop(&sc->watchdog_ch);
 	callout_stop(&sc->rssadapt_ch);
 
 	bpfdetach(ifp);
@@ -2670,6 +2669,7 @@
 
 	RAL_LOCK(sc);
 	rt2661_stop_locked(sc);
+	callout_stop(&sc->watchdog_ch);
 	RAL_UNLOCK(sc);
 }
 


More information about the p4-projects mailing list