DragonFly commits List (threaded) for 2008-03
DragonFly BSD
DragonFly commits List (threaded) for 2008-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 5 Mar 2008 06:10:39 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]