#
c7fca64f |
| 13-Nov-2007 |
Rink Springer <rink@FreeBSD.org> |
Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expect that the driver will handle WEP encryption. However, this does not seem to be implemented by this driver (or maybe the ch
Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expect that the driver will handle WEP encryption. However, this does not seem to be implemented by this driver (or maybe the chipset doesn't support it?)
Removing the flag makes my wpi card work using wpa_supplicant(8) on a network with 802.1x security (without this change it authenticated fine, but tcpdump only saw garbage packets)
Reviewed by: benjsc, imp (mentor) Approved by: imp (mentor), sam
show more ...
|
#
6607310b |
| 05-Nov-2007 |
Benjamin Close <benjsc@FreeBSD.org> |
Initial Import of wpi driver based on p4 changeset 128641.
This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware rev
Initial Import of wpi driver based on p4 changeset 128641.
This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE) o wpifw Firmware driver (sys/modules/wpifw)
Approved by: mlaier, sam (co-mentors)
show more ...
|