Add MCS to the list of media types.

Sponsored by:	iXsystems, inc.
This commit is contained in:
Rui Paulo 2010-03-23 13:15:11 +00:00
parent 59f6c520f0
commit 59fe4a8ce6

View File

@ -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 }, \
}