From owner-cvs-src@FreeBSD.ORG Mon Apr 21 18:06:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 776E91065674; Mon, 21 Apr 2008 18:06:32 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id E96BA8FC12; Mon, 21 Apr 2008 18:06:31 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.2/8.14.2) with ESMTP id m3LI6iKS020527; Mon, 21 Apr 2008 13:06:44 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.2/8.14.2/Submit) id m3LI6h6p020526; Mon, 21 Apr 2008 13:06:43 -0500 (CDT) (envelope-from brooks) Date: Mon, 21 Apr 2008 13:06:43 -0500 From: Brooks Davis To: Sam Leffler Message-ID: <20080421180643.GA20417@lor.one-eyed-alien.net> References: <200804202035.m3KKZk4X079263@repoman.freebsd.org> <480BAD82.1050305@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: <480BAD82.1050305@freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Mon, 21 Apr 2008 13:06:44 -0500 (CDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf AVILA HL200 KB920X src/sys/conf NOTES files options src/sys/contrib/dev/ral LICENSE Makefile rt2561.fw.uu rt2561s.fw.uu rt2661.fw.uu rt2661_ucode.h rt2860.fw.uu ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 18:06:32 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 20, 2008 at 01:54:26PM -0700, Sam Leffler wrote: > Expect fallout from these changes. Known issues: >=20 > o kernel configs must be updated to remove wlan_scan_* > o ipw is broken > o wi works for Prism cards with newer firmware (1.7.x tested w/ wpa!) but > older cards/firmware and Lucent cards are known broken > o adhoc mode is little tested and may be broken > o monitor mode radiotap support is available only on the "parent device" >=20 > I promise to look at ipw but it won't happen immediately so anyone that's= =20 > affected should feel free to dig in. I have no plans to touch wi; folks= =20 > that persist in using these cards should fix issues now that I've rewritt= en=20 > the driver so that it is more properly integrated with net80211. OTOH wi= =20 > now does wpa and adding wds support should be straightforward. Also, the required rc.conf options have changed and are mostly incompatible. The infrastructure is subject to change, but it's the best I've been able to come up with so far. Some sort of transition tool might be in order. If you the following in your rc.conf file: ifconfig_ath0=3D"DHCP WPA" you should change it to: vaps_ath0=3D"wlan0" # Any name will work ifconfig_wlan0=3D"DHCP WPA" # Also change any other ath0 related # variables... You if you wanted a more informative naming scheme you could do something like: vaps_ath0=3D"ath0.sta" ifconfig_ath0_sta=3D"DHCP WPA" -- Brooks --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD8DBQFIDNezXY6L6fI4GtQRAgm0AJ4ix88j3CZ+NbwJULSvn4yMF2XA1ACfS6sM CWS724QFudnI6lIc5Pd9MyY= =kc1a -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--