Re: Why I am getting message: "wlan0: ieee80211_new_state_locked: pending SCAN -> RUN transition lost" in 8.0 with ndis driver?

2009-11-30 Thread Paul B Mahol
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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Why I am getting message: "wlan0: ieee80211_new_state_locked: pending SCAN -> RUN transition lost" in 8.0 with ndis driver?

2009-11-29 Thread Yuri
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.

Yuri

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"