--- src/sys/net/if_media.h 2006/09/10 02:57:28 1.14 +++ src/sys/net/if_media.h 2006/09/10 03:40:11 1.15 @@ -215,7 +215,7 @@ int ifmedia_ioctl(struct ifnet *ifp, str /* operating mode for multi-mode devices */ #define IFM_IEEE80211_11A 0x00010000 /* 5Ghz, OFDM mode */ #define IFM_IEEE80211_11B 0x00020000 /* Direct Sequence mode */ -#define IFM_IEEE80211_11G 0x00030000 /* 2Ghz, CCK mode */ +#define IFM_IEEE80211_11G 0x00030000 /* 2Ghz, OFDM mode */ #define IFM_IEEE80211_FH 0x00040000 /* 2Ghz, GFSK mode */ /*