Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2007 20:16:51 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114992 for review
Message-ID:  <200702242016.l1OKGpDe011689@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114992

Change 114992 by sam@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								\
 };									\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702242016.l1OKGpDe011689>