Rewrite driver for Intel 2100BG:
commit21582fd997cf0db5ba620dfb4017aac9f8c7bb53
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 5 Mar 2008 14:10:39 +0000 (5 14:10 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 5 Mar 2008 14:10:39 +0000 (5 14:10 +0000)
tree82741015d82f949d71f9659257601a55481ccf6c
parent6b2b929c5929155bdbdc4f5d9538c3d6173992c5
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]