Re: [PATCH] b43/b43legacy: Wake queues in wireless_core_start

2010-02-03 Thread Michael Buesch
On Wednesday 03 February 2010 20:33:44 Larry Finger wrote: > If b43 or b43legacy are deauthenticated or disconnected, there is a > possibility that a reconnection is tried with the queues stopped in > mac80211. To prevent this, start the queues before setting > STAT_INITIALIZED. > > In b43, a simi

[PATCH] b43/b43legacy: Wake queues in wireless_core_start

2010-02-03 Thread Larry Finger
If b43 or b43legacy are deauthenticated or disconnected, there is a possibility that a reconnection is tried with the queues stopped in mac80211. To prevent this, start the queues before setting STAT_INITIALIZED. In b43, a similar change has been in place (twice) in the wireless_core_init() routin