PERFORCE change 133365 for review

Sam Leffler sam at FreeBSD.org
Tue Jan 15 15:18:16 PST 2008


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

Change 133365 by sam at sam_ebb on 2008/01/15 23:17:53

	gotta register the cloner

Affected files ...

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

Differences ...

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

@@ -586,6 +586,7 @@
 	case MOD_LOAD:
 		if (bootverbose)
 			printf("wlan: <802.11 Link Layer>\n");
+		if_clone_attach(&wlan_cloner);
 		return 0;
 	case MOD_UNLOAD:
 		return 0;


More information about the p4-projects mailing list