Date: Tue, 13 Nov 2007 16:12:59 +0000 (UTC) From: Rink Springer <rink@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wpi if_wpi.c Message-ID: <200711131612.lADGCx87017926@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rink 2007-11-13 16:12:59 UTC FreeBSD src repository Modified files: sys/dev/wpi if_wpi.c Log: 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 Revision Changes Path 1.3 +1 -2 src/sys/dev/wpi/if_wpi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711131612.lADGCx87017926>