Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2001 14:01:44 -0800 (PST)
From:      Doug Ambrisko <ambrisko@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/sbin/ifconfig ifieee80211.c src/sys/dev/an if_aironet_ieee.h if_an.c if_anreg.h src/usr.sbin/ancontrol Makefile ancontrol.8 ancontrol.c
Message-ID:  <200112312201.fBVM1ir97869@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ambrisko    2001/12/31 14:01:44 PST

  Modified files:
    etc/mtree            BSD.include.dist 
    include              Makefile 
    sbin/ifconfig        ifieee80211.c 
    sys/dev/an           if_aironet_ieee.h if_an.c if_anreg.h 
    usr.sbin/ancontrol   Makefile ancontrol.8 ancontrol.c 
  Log:
  Fix bugs in the structure for rx_frame by making gap length one byte and
  a packed array so sizeof work.  This broke RFMON mode and passing
  up 802.11 packets.
  
  The Linux emulation code was derived from the open source Linux driver to
  maintain compatibility.
  
  LEAP support is added, hints from Richard Johnson.  I've verified this
  locally with PC350v42510.img firmware.  More bug fixing from Marco to
  fix long passwords.
  
  Change DELAYs in flash part of driver to FLASH_DELAY which uses tsleep
  so it doesn't look like your system died during a flash update.
  
  Install header files in /usr/include/dev/an
  
  Cleanup some ifmedia bugs add "Home" key mode to ifmedia and ancontrol.
  This way you can manage 2 keys a little easier.  Map the home mode into
  key 5.  Enhance ifconfig to dump the various configured SSIDs.  I use
  a bunch of different ones and roam between them.  Use the syntax similar
  to the WEP keys to deal with setting difference SSIDs.
  
  Bump up up the Card capabilities RID since they added 2 bytes to it
  in the latest firmware.  Thankfully we changed it from a terminal
  failure so the card still worked but the driver whined.
  
  Some cleanup patches from Marco Molteni.
  
  Submitted by:   Richard Johnson <raj@cisco.com>
                  Marco Molteni <molter@tin.it>
                  and myself
  Various checks: David Wolfskill <david@catwhisker.org>
  Reviewed by:    Brooks Davis <brooks@freebsd.org>
                  Warner Losh <imp@freebsd.org>
  Approved by:    Brooks Davis <brooks@freebsd.org>
                  Warner Losh <imp@freebsd.org>
  Obtained from:  Linux emulation API's from Aironet driver.
  
  Revision  Changes    Path
  1.52      +3 -1      src/etc/mtree/BSD.include.dist
  1.163     +1 -1      src/include/Makefile
  1.3       +18 -1     src/sbin/ifconfig/ifieee80211.c
  1.9       +118 -2    src/sys/dev/an/if_aironet_ieee.h
  1.27      +602 -15   src/sys/dev/an/if_an.c
  1.11      +4 -27     src/sys/dev/an/if_anreg.h
  1.9       +2 -1      src/usr.sbin/ancontrol/Makefile
  1.19      +30 -5     src/usr.sbin/ancontrol/ancontrol.8
  1.15      +143 -7    src/usr.sbin/ancontrol/ancontrol.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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