PERFORCE change 114515 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 14 22:48:09 UTC 2007


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

Change 114515 by sam at sam_ebb on 2007/02/14 22:48:02

	missed string equivalents for 11n modes

Affected files ...

.. //depot/projects/wifi/sys/net/if_media.h#7 edit

Differences ...

==== //depot/projects/wifi/sys/net/if_media.h#7 (text+ko) ====

@@ -504,6 +504,8 @@
 	{ IFM_IEEE80211_11B, "11b" },					\
 	{ IFM_IEEE80211_11G, "11g" },					\
 	{ IFM_IEEE80211_FH, "fh" },					\
+	{ IFM_IEEE80211_11NA, "11na" },					\
+	{ IFM_IEEE80211_11NG, "11ng" },					\
 	{ 0, NULL },							\
 }
 


More information about the p4-projects mailing list