From owner-cvs-all Thu Feb 7 7:13:30 2002 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 30F3C37B41B; Thu, 7 Feb 2002 07:12:54 -0800 (PST) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g17FCsQ18692; Thu, 7 Feb 2002 07:12:54 -0800 (PST) (envelope-from ambrisko) Message-Id: <200202071512.g17FCsQ18692@freefall.freebsd.org> From: Doug Ambrisko Date: Thu, 7 Feb 2002 07:12:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sockio.h src/sbin/ifconfig ifieee80211.c src/include Makefile src/etc/mtree BSD.include.dist src/sys/dev/an if_aironet_ieee.h if_an.c if_anreg.h src/sys/compat/linux linux_ioctl.c src/usr.sbin/ancontrol Makefile ancontrol.8 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2002/02/07 07:12:54 PST Modified files: (Branch: RELENG_4) sys/sys sockio.h sbin/ifconfig ifieee80211.c include Makefile etc/mtree BSD.include.dist sys/dev/an if_aironet_ieee.h if_an.c if_anreg.h sys/compat/linux linux_ioctl.c usr.sbin/ancontrol Makefile ancontrol.8 ancontrol.c Log: MFC: LEAP, support for Linux "acu" private ioctls, fix 802.11 RFMON gap problem, support for Home key, add support for multiple SSIDs via ifmedia and some minor bug fixes, install header files in /usr/include/dev/an and in general sync with -current. Reviewed by: imp, David Wolfskill Revision Changes Path 1.32.2.7 +3 -1 src/etc/mtree/BSD.include.dist 1.109.2.18 +1 -1 src/include/Makefile 1.1.2.3 +18 -1 src/sbin/ifconfig/ifieee80211.c 1.55.2.9 +14 -0 src/sys/compat/linux/linux_ioctl.c 1.1.2.6 +118 -2 src/sys/dev/an/if_aironet_ieee.h 1.2.2.9 +656 -78 src/sys/dev/an/if_an.c 1.1.2.6 +4 -27 src/sys/dev/an/if_anreg.h 1.14.2.6 +3 -0 src/sys/sys/sockio.h 1.1.2.4 +2 -1 src/usr.sbin/ancontrol/Makefile 1.3.2.12 +35 -19 src/usr.sbin/ancontrol/ancontrol.8 1.1.2.8 +163 -16 src/usr.sbin/ancontrol/ancontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message