PERFORCE change 139381 for review

Sam Leffler sam at FreeBSD.org
Fri Apr 4 23:00:22 UTC 2008


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

Change 139381 by sam at sam_ebb on 2008/04/04 22:59:34

	detach cloner on module unload

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#25 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#25 (text+ko) ====

@@ -639,6 +639,7 @@
 		if_clone_attach(&wlan_cloner);
 		return 0;
 	case MOD_UNLOAD:
+		if_clone_detach(&wlan_cloner);
 		return 0;
 	}
 	return EINVAL;


More information about the p4-projects mailing list