Date: Sun, 8 Jun 2008 19:04:13 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 143127 for review Message-ID: <200806081904.m58J4DGl072958@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143127 Change 143127 by hselasky@hselasky_laptop001 on 2008/06/08 19:03:27 Fix panics when at USB WLAN device detach. Sam: Please import this patch into your tree. The system was crashing every time I unplugged the WLAN stick. Affected files ... .. //depot/projects/usb/src/sys/net80211/ieee80211_proto.c#8 edit Differences ... ==== //depot/projects/usb/src/sys/net80211/ieee80211_proto.c#8 (text+ko) ==== @@ -241,6 +241,8 @@ FREEAPPIE(vap->iv_appie_assocresp); FREEAPPIE(vap->iv_appie_wpa); #undef FREEAPPIE + callout_drain(&vap->iv_swbmiss); + callout_drain(&vap->iv_mgtsend); } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806081904.m58J4DGl072958>