Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2004 15:35:38 -0800
From:      Sam Leffler <sam@errno.com>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/net80211 ieee80211_ioctl.c
Message-ID:  <200403301535.38206.sam@errno.com>
In-Reply-To: <200403302253.i2UMrrU8049903@repoman.freebsd.org>
References:  <200403302253.i2UMrrU8049903@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 30 March 2004 02:53 pm, Sam Leffler wrote:
> sam         2004/03/30 14:53:53 PST
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/net80211         ieee80211_ioctl.c
>   Log:
>   Only call if_init when doing SIOCSIFADDR if the interface is not marked
>   up (IFF_UP).  This eliminates extraneous AP scanning.

Note that this really belongs in ether_ioctl but too many drivers break as a 
result.  In particular the fxp drivers blows up in the mcast setup routine; 
don't recall if others fail too.

	Sam



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