svn commit: r191102 - user/thompsa/vaptq/sys/net80211

Colin Percival cperciva at freebsd.org
Wed Apr 15 13:43:02 PDT 2009


Andrew Thompson wrote:
> Author: thompsa
> Date: Wed Apr 15 14:51:41 2009
> New Revision: 191102
> URL: http://svn.freebsd.org/changeset/base/191102
> 
> Log:
>   Perform the channel change in ieee80211_setcurchan() on the taskqueue. This is
>   safe as the channel is set before the new state is switched in
>   ieee80211_sta_join(), the taskqueue is serialised so the channel change is
>   guaranteed to have completed before the state transition happens.

Does this fix the cannot-auth-when-channel-is-not-set panic?

-- 
Colin Percival
Security Officer, FreeBSD | freebsd.org | The power to serve
Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid


More information about the svn-src-user mailing list