Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 09:35:51 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_ieee80211subr.c if_media.c if_media.h
Message-ID:  <200304281635.h3SGZqWa081154@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304281635.h3SGZqWa081154>