cvs commit: src/sys/net80211 ieee80211_ioctl.c

Sam Leffler sam at errno.com
Tue Mar 30 15:34:44 PST 2004


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


More information about the cvs-all mailing list