>Submitter-Id: current-users >Originator: Kurt Jaeger >Organization: - >Confidential: no >Synopsis: [patch] net/if_media.h >Severity: non-critical >Priority: low >Category: misc >Class: sw-bug >Release: FreeBSD 8.1-RELEASE i386 >Environment: System: FreeBSD ndog.opsec.eu 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Wed Jul 28 16:23:34 CEST 2010 pi@ndog.opsec.eu:/usr/src/sys/i386/compile/GENERIC i386 >Description: net/if_media.h does not contain a subtype description for HT MCS >How-To-Repeat: On a Asus EeePC 1015PE, type ifconfig -m ath0 or wlan0 and some "" media lines are displayed. >Fix: --- sys/net/if_media.h-orig 2010-07-28 16:20:03.000000000 +0200 +++ sys/net/if_media.h 2010-07-28 16:20:13.000000000 +0200 @@ -462,6 +462,7 @@ { IFM_IEEE80211_OFDM3, "OFDM/3Mbps" }, \ { IFM_IEEE80211_OFDM4, "OFDM/4.5Mbps" }, \ { IFM_IEEE80211_OFDM27, "OFDM/27Mbps" }, \ + { IFM_IEEE80211_MCS, "HT MCS" }, \ { 0, NULL }, \ }