Rewrite driver for Intel 2100BG:
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 5 Mar 2008 14:10:39 +0000 (14:10 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 5 Mar 2008 14:10:39 +0000 (14:10 +0000)
commit4fa322a157984a7071bd63a96893e8dc50b3db00
treed623c18ed12dc7d3f3ba108b55f1cbf2cdcbccdb
parent8385f1e91b11f5e94d87576366bc062a39b91271
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
sys/dev/netif/Makefile
sys/dev/netif/iwl/Makefile [new file with mode: 0644]
sys/dev/netif/iwl/if_iwl.c [new file with mode: 0644]
sys/dev/netif/iwl/if_iwlreg.h [new file with mode: 0644]
sys/dev/netif/iwl/if_iwlvar.h [new file with mode: 0644]
sys/dev/netif/iwl/iwl2100.c [new file with mode: 0644]
sys/dev/netif/iwl/iwl2100reg.h [new file with mode: 0644]
sys/dev/netif/iwl/iwl2100var.h [new file with mode: 0644]