From owner-freebsd-current@FreeBSD.ORG Mon May 19 23:37:56 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD6051065670; Mon, 19 May 2008 23:37:56 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id ABB3C8FC0A; Mon, 19 May 2008 23:37:56 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 3B8E72C849; Tue, 20 May 2008 11:17:33 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59070dnLPJFZ; Tue, 20 May 2008 11:17:26 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Tue, 20 May 2008 11:17:26 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 4D9651147B; Tue, 20 May 2008 11:17:26 +1200 (NZST) Date: Tue, 20 May 2008 11:17:26 +1200 From: Andrew Thompson To: Pietro Cerutti Message-ID: <20080519231726.GA44361@citylink.fud.org.nz> References: <48317B44.1080909@FreeBSD.org> <20080519131325.GC55052@rink.nu> <48317ED8.3030904@FreeBSD.org> <4831B2D3.3080600@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4831B2D3.3080600@freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: FreeBSD Current Subject: Re: Problem since "wlan" came in: SIOCS80211: Device not configured X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 23:37:57 -0000 On Mon, May 19, 2008 at 10:03:15AM -0700, Sam Leffler wrote: > Pietro Cerutti wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA512 >> >> Rink Springer wrote: >> | Hi, >> | >> | On Mon, May 19, 2008 at 03:06:12PM +0200, Pietro Cerutti wrote: >> |> Happy to give more information, if needed.. >> | >> | Have a look at UPDATING - Virtual Access Points (VAP's) were >> | introduced, and you need to update your system configuration. >> >> I might be dumb, but I can't find anything... I've updated src today.. >> where are changes introduced by VPAs mentioned? > This looks like a driver bug. I ping'd the person most likely able to help > you. Pong. I have looked at this, I believe the error case in this situation is that the vap is running but the taskq to init the parent has not completed yet. The scan checks the parents status before auctioning it. Can you see if this fixes it. I am not sure its the correct approach but will at least confirm the fault. Andrew