cvs commit: src/sys/dev/netif Makefile src/sys/dev/netif/iwl Makefile if_iwl.c if_iwlreg.h if_iwlvar.h iwl2100.c iwl2100reg.h iwl2100var.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed Mar 5 06:11:59 PST 2008


sephe       2008/03/05 06:10:39 PST

DragonFly src repository

  Modified files:
    sys/dev/netif        Makefile 
  Added files:
    sys/dev/netif/iwl    Makefile if_iwl.c if_iwlreg.h if_iwlvar.h 
                         iwl2100.c iwl2100reg.h iwl2100var.h 
  Log:
  Rewrite driver for Intel 2100BG:
  - Add WPA/WPA2 support (host encryption/descryption)
  - More stable in STA mode, e.g. 24hours netperf TCP_STREAM with CCMP pairwise
    cipher suite and TKIP group cipher suite, rekey every 10 minutes.
  - Starting IBSS now works
  - Better 802.11 generic layer integration
  - More comment about various caveats during firmware operation
  
  Various registers' position and values are written according to Intel's Linux
  driver ipw2100-1.2.2
  
  Revision  Changes    Path
  1.32      +2 -2      src/sys/dev/netif/Makefile


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/Makefile.diff?r1=1.31&r2=1.32&f=u





More information about the Commits mailing list