svn commit: r224220 - head/sys/net80211

Wesley Shields wxs at FreeBSD.org
Tue Jul 19 19:20:13 UTC 2011


On Tue, Jul 19, 2011 at 03:24:44PM +0000, Adrian Chadd wrote:
> Author: adrian
> Date: Tue Jul 19 15:24:44 2011
> New Revision: 224220
> URL: http://svn.freebsd.org/changeset/base/224220
> 
> Log:
>   This sets the BSS channel for each VAP for the given interface.
>   It's only relevant in STA mode.
>   
>   The CSA forces a channel switch for the interface, but doesn't update
>   the VAP channel.
>   
>   Approved by:	re (bz)
> 
> Modified:
>   head/sys/net80211/ieee80211_proto.c

I just tried to update the kernel on one of my machines and found it
broken. The patch at http://people.freebsd.org/~wxs/vap.diff fixes it.

-- WXS


More information about the svn-src-head mailing list