PERFORCE change 87253 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 26 05:17:34 GMT 2005


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

Change 87253 by sam at sam_ebb on 2005/11/26 05:17:08

	stop device on detach; fixes panics on cardbus eject

Affected files ...

.. //depot/projects/wifi/sys/dev/ral/if_ral.c#11 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ral/if_ral.c#11 (text+ko) ====

@@ -539,6 +539,7 @@
 	struct ieee80211com *ic = &sc->sc_ic;
 	struct ifnet *ifp = ic->ic_ifp;
 
+	ral_stop(sc);
 	callout_stop(&sc->rssadapt_ch);
 
 	bpfdetach(ifp);


More information about the p4-projects mailing list