Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 09:55:02 -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/net80211 ieee80211.c ieee80211.h ieee80211_crypto.c ieee80211_crypto.h ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_proto.c ...
Message-ID:  <200306231655.h5NGt2A1065152@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2003/06/23 09:55:01 PDT

  FreeBSD src repository

  Added files:
    sys/net80211         ieee80211.c ieee80211.h 
                         ieee80211_crypto.c ieee80211_crypto.h 
                         ieee80211_input.c ieee80211_ioctl.c 
                         ieee80211_ioctl.h ieee80211_node.c 
                         ieee80211_node.h ieee80211_output.c 
                         ieee80211_proto.c ieee80211_proto.h 
                         ieee80211_var.h 
  Log:
  new 802.11 layer:
  
  o code reorg (relative to old netbsd-derived code) for future growth
  o drivers now specify available channels and rates and 802.11 layer handles
    almost all ifmedia actions
  o multi-mode support for 11a/b/g devices
  o 11g protocol additions (incomplete)
  o new element id additions (for other than 11g)
  o node/station table redone for proper locking and to eliminate driver
    incestuousness
  o split device flags and capabilities to reduce confusion and provide room
    for expansion
  o incomplete power management infrastructure (need to revisit)
  o incomplete hooks for software retry
  o more...
  
  Revision  Changes    Path
  1.1       +858 -0    src/sys/net80211/ieee80211.c (new)
  1.1       +326 -0    src/sys/net80211/ieee80211.h (new)
  1.1       +313 -0    src/sys/net80211/ieee80211_crypto.c (new)
  1.1       +44 -0     src/sys/net80211/ieee80211_crypto.h (new)
  1.1       +1093 -0   src/sys/net80211/ieee80211_input.c (new)
  1.1       +992 -0    src/sys/net80211/ieee80211_ioctl.c (new)
  1.1       +78 -0     src/sys/net80211/ieee80211_ioctl.h (new)
  1.1       +557 -0    src/sys/net80211/ieee80211_node.c (new)
  1.1       +142 -0    src/sys/net80211/ieee80211_node.h (new)
  1.1       +485 -0    src/sys/net80211/ieee80211_output.c (new)
  1.1       +508 -0    src/sys/net80211/ieee80211_proto.c (new)
  1.1       +68 -0     src/sys/net80211/ieee80211_proto.h (new)
  1.1       +255 -0    src/sys/net80211/ieee80211_var.h (new)



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