Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2007 23:00:26 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 115380 for review
Message-ID:  <200703052300.l25N0QJY069853@repoman.freebsd.org>

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

Change 115380 by sam@sam_ebb on 2007/03/05 23:00:07

	add descriptions for ht+ and ht-; still not sure this
	is the right way to go but we can now set it from ifconfig

Affected files ...

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

Differences ...

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

@@ -495,6 +495,8 @@
 	{ IFM_IEEE80211_IBSSMASTER, "ibss-master" },			\
 	{ IFM_IEEE80211_TURBO, "turbo" },				\
 	{ IFM_IEEE80211_MONITOR, "monitor" },				\
+	{ IFM_IEEE80211_HT40MINUS, "ht-" },				\
+	{ IFM_IEEE80211_HT40PLUS, "ht+" },				\
 	{ 0, NULL },							\
 }
 



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