Date: Fri, 17 Dec 2004 03:57:16 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c Message-ID: <200412170357.iBH3vGLO090948@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2004-12-17 03:57:16 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fix wep operation for station mode: o don't encapsulate on tx; the chip expect a raw frame w/o the crypto header o clear the WEP bit in the 802.11 header on rx so the 802.11 layer doesn't try to strip the crypto header o clobber the "drop unencoded frames" state bit when privacy is enabled so rx'd frames we pass up to the 802.11 layer are not discarded as unencrypted This stuff will need to be redone if anyone decides to add WPA support. Revision Changes Path 1.172 +28 -4 src/sys/dev/wi/if_wi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412170357.iBH3vGLO090948>