cvs commit: src/sys/net if_ieee80211subr.c if_media.c if_media.h
Sam Leffler
sam at FreeBSD.org
Mon Apr 28 09:35:53 PDT 2003
sam 2003/04/28 09:35:51 PDT
FreeBSD src repository
Modified files:
sys/net if_ieee80211subr.c if_media.c if_media.h
Log:
o add support for multi-mode devices like 802.11 wireless cards that support
11a/b/g by adding an optional 3-bit mode field
o correct the spelling of OFDM (was ODFM)
o add an 802.11 subtype option for turbo mode: the phy is clocked at 2x the
normal clock rate; note this can be applied to both OFDM in 11a and OFDM
in 11g mode (and possibly DS11 in 11b for certain phy's)
o add 802.11 CCK aliases for 11b/11g rates--the more common terminology
Revision Changes Path
1.8 +8 -8 src/sys/net/if_ieee80211subr.c
1.18 +20 -4 src/sys/net/if_media.c
1.19 +52 -28 src/sys/net/if_media.h
More information about the cvs-src
mailing list