cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h

Damien Bergamini damien at FreeBSD.org
Sun May 22 11:55:34 PDT 2005


damien      2005-05-22 18:55:33 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/iwi          if_iwi.c if_iwireg.h if_iwivar.h 
  Log:
  o Clear device-specific PCI register 0x41 (Retry Timeout) during attach
    and on resume (reported to fix issues with ACPI)
  o Add monitor mode support
  o Add WPA (802.11i) support (not tested extensively though!)
  o Add a device specific sysctl to control the tx antenna (default to
    antenna diversity)
  o Fix sensitivity setting
  o Fix setting of the capinfo field when associating
  o Temporarly disable 802.11a channels scanning that was causing firmware
    panics with 2915ABG adapters until I find a better fix.  This breaks
    802.11a support.
  o Temporarly switch back to software WEP until I implement hardware
    encryption for AES and TKIP too.
  
  Approved by:    silby (mentor)
  
  Revision  Changes    Path
  1.3       +127 -12   src/sys/dev/iwi/if_iwi.c
  1.2       +11 -8     src/sys/dev/iwi/if_iwireg.h
  1.3       +2 -0      src/sys/dev/iwi/if_iwivar.h


More information about the cvs-all mailing list