PERFORCE change 114992 for review

Sam Leffler sam at FreeBSD.org
Sat Feb 24 20:16:52 UTC 2007


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

Change 114992 by sam at sam_ebb on 2007/02/24 20:16:23

	oops, get the module name right

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_freebsd.h#23 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_freebsd.h#23 (text+ko) ====

@@ -242,7 +242,7 @@
 	return EINVAL;							\
 }									\
 static moduledata_t name##_mod = {					\
-	"wlan_##name",							\
+	"wlan_" #name,							\
 	name##_modevent,						\
 	0								\
 };									\


More information about the p4-projects mailing list