Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2008 21:44:34 -0700
From:      Sam Leffler <sam@freebsd.org>
To:        Brooks Davis <brooks@freebsd.org>
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 ...
Message-ID:  <480D6D32.4070305@freebsd.org>
In-Reply-To: <20080421180643.GA20417@lor.one-eyed-alien.net>
References:  <200804202035.m3KKZk4X079263@repoman.freebsd.org> <480BAD82.1050305@freebsd.org> <20080421180643.GA20417@lor.one-eyed-alien.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Brooks Davis wrote:
> On Sun, Apr 20, 2008 at 01:54:26PM -0700, Sam Leffler wrote:
>   
>> Expect fallout from these changes.  Known issues:
>>
>> 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"
>>
>> I promise to look at ipw but it won't happen immediately so anyone that's 
>> affected should feel free to dig in.  I have no plans to touch wi; folks 
>> that persist in using these cards should fix issues now that I've rewritten 
>> the driver so that it is more properly integrated with net80211.  OTOH wi 
>> 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="DHCP WPA"
>
> you should change it to:
>
> vaps_ath0="wlan0"			# Any name will work
> ifconfig_wlan0="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="ath0.sta"
> ifconfig_ath0_sta="DHCP WPA"
>
>   
Note that wlan-aware tools default to wlan0 (e.g. wlandebug, wlanstats) 
so using "informative naming" will require extra typing.  We are in need 
of a lib80211 or similar and if/when that happens it'd be good to have a 
routine that finds the most likely default network interface; e.g. by 
scanning for wlanX interfaces that are cloned from an 802.11 interface.

    Sam




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?480D6D32.4070305>