From owner-freebsd-questions@FreeBSD.ORG Mon Nov 30 09:08:43 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 430B31065693 for ; Mon, 30 Nov 2009 09:08:43 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f221.google.com (mail-ew0-f221.google.com [209.85.219.221]) by mx1.freebsd.org (Postfix) with ESMTP id C8DCB8FC08 for ; Mon, 30 Nov 2009 09:08:42 +0000 (UTC) Received: by ewy21 with SMTP id 21so4072941ewy.13 for ; Mon, 30 Nov 2009 01:08:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=UheMtlL/XmpyorEvN8Q4xGCIDmIUL9LndodNJrtsKeU=; b=EgQq4WwTMbBsYPFolz3uIitTXxmuagPdvgpVuwRrlBnLa1qcjpgfGjcipcfb27EqqK eqYA2eXZ0ThTABBvyEH5CLRCxLHa9Pl5MQLgEzc5t4ZejBd+X4e/STqFhW4YYSWgmcjT m3eDmwRDtwgeDV1cynvYdsrfWI0MNMBdpTcXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=k9ik1LaWfo7AbaUzgopUC5PymljzRMCDCNHeSW/Dbo3HFxTlRAWbbaWA6eTMqVegqf 4/GshT5GqN4fcTB+OvlAQcRDEjMzbEynTuNHPlol/xD7BSyM99XkSYZ0Ng6aqSAywxFL chmZSwdLuHug/UVkSEBjlu3Gpw7vbOqqZsB6o= MIME-Version: 1.0 Received: by 10.213.37.20 with SMTP id v20mr1329091ebd.54.1259572121801; Mon, 30 Nov 2009 01:08:41 -0800 (PST) In-Reply-To: <4B1337EE.9080101@rawbw.com> References: <4B1337EE.9080101@rawbw.com> Date: Mon, 30 Nov 2009 10:08:41 +0100 Message-ID: <3a142e750911300108n3b6d3724yde35700bf235fa40@mail.gmail.com> From: Paul B Mahol To: yuri@rawbw.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Why I am getting message: "wlan0: ieee80211_new_state_locked: pending SCAN -> RUN transition lost" in 8.0 with ndis driver? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2009 09:08:43 -0000 On 11/30/09, Yuri wrote: > After upgrading to 8.0 I am getting a new message: wlan0: > /ieee80211_new_state_locked: pending SCAN/ -> RUN transition lost. > I use ndis driver with Broadcom WiFi card BCM94312MCGSG. That is debug message temporarely enabled unconditionally and then forgotten. There is race in if_ndis driver between how link state event is handled and how it is passed to net80211, causing such message. In almost all cases you can ignore it.