PERFORCE change 115380 for review
Sam Leffler
sam at FreeBSD.org
Mon Mar 5 23:00:27 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=115380
Change 115380 by sam at 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 }, \
}
More information about the p4-projects
mailing list