From owner-cvs-all@FreeBSD.ORG Tue Mar 30 15:34:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AD8916A4CE; Tue, 30 Mar 2004 15:34:44 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0054043D2F; Tue, 30 Mar 2004 15:34:44 -0800 (PST) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id i2UNYh5D099315 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 30 Mar 2004 15:34:43 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Tue, 30 Mar 2004 15:35:38 -0800 User-Agent: KMail/1.6.1 References: <200403302253.i2UMrrU8049903@repoman.freebsd.org> In-Reply-To: <200403302253.i2UMrrU8049903@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403301535.38206.sam@errno.com> Subject: Re: cvs commit: src/sys/net80211 ieee80211_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 23:34:44 -0000 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