summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-03-23 13:15:11 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-03-23 13:15:11 +0000
commite14131f581bbfac40c04f8bde231a65c4adad61c (patch)
tree641c8de1a49e0751cdee3098b36916a129f1c5db /sys
parent3852c58e064b4a81dc51bf9328e53c77270c4805 (diff)
downloadFreeBSD-src-e14131f581bbfac40c04f8bde231a65c4adad61c.zip
FreeBSD-src-e14131f581bbfac40c04f8bde231a65c4adad61c.tar.gz
Add MCS to the list of media types.
Sponsored by: iXsystems, inc.
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_media.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_media.h b/sys/net/if_media.h
index 1db2766..c937392 100644
--- a/sys/net/if_media.h
+++ b/sys/net/if_media.h
@@ -462,6 +462,7 @@ struct ifmedia_description {
{ IFM_IEEE80211_OFDM3, "OFDM/3Mbps" }, \
{ IFM_IEEE80211_OFDM4, "OFDM/4.5Mbps" }, \
{ IFM_IEEE80211_OFDM27, "OFDM/27Mbps" }, \
+ { IFM_IEEE80211_MCS, "MCS" }, \
{ 0, NULL }, \
}
@@ -500,6 +501,7 @@ struct ifmedia_description {
{ IFM_IEEE80211_OFDM3, "OFDM3" }, \
{ IFM_IEEE80211_OFDM4, "OFDM4.5" }, \
{ IFM_IEEE80211_OFDM27, "OFDM27" }, \
+ { IFM_IEEE80211_MCS, "MCS" }, \
{ 0, NULL }, \
}
OpenPOWER on IntegriCloud