From owner-cvs-all Mon Nov 13 15: 4:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D653C37B4C5; Mon, 13 Nov 2000 15:04:16 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA98092; Mon, 13 Nov 2000 15:04:16 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200011132304.PAA98092@freefall.freebsd.org> From: Bill Paul Date: Mon, 13 Nov 2000 15:04:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_anreg.h src/usr.sbin/ancontrol ancontrol.8 ancontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/11/13 15:04:16 PST Modified files: sys/dev/an if_aironet_ieee.h if_an.c if_anreg.h usr.sbin/ancontrol ancontrol.8 ancontrol.c Log: Close PR# 21843 and PR# 21864. This adds support for WEP and updates some of the data structures to include new members that weren't defined in the manual I have. I opted to use Doug Ambrisko's WEP patches since David Cornejo's patches did not include the necessary changes to ancontrol(8) to actually enable and use WEP. NOTE: I don't currently have access to an Aironet card, so I can't test any of this. Everything compiles and close scrutiny doesn't reveal any obvious problems, but Murphy's Law applies. This means I will probably leave these changes in -current for a bit longer than usual until I'm sure they work right. Revision Changes Path 1.2 +40 -4 src/sys/dev/an/if_aironet_ieee.h 1.12 +42 -8 src/sys/dev/an/if_an.c 1.3 +43 -4 src/sys/dev/an/if_anreg.h 1.6 +32 -7 src/usr.sbin/ancontrol/ancontrol.8 1.6 +135 -9 src/usr.sbin/ancontrol/ancontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message