Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2007 22:48:08 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114515 for review
Message-ID:  <200702142248.l1EMm8ME021608@repoman.freebsd.org>

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

Change 114515 by sam@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 },							\
 }
 



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