From: Larry Finger Date: Wed, 3 Feb 2010 19:33:44 +0000 (-0600) Subject: b43/b43legacy: Wake queues in wireless_core_start X-Git-Tag: v2.6.34-rc1~233^2~325^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0866b03c7d7dee8a34ffa527ecda426c0f405518;p=pandora-kernel.git b43/b43legacy: Wake queues in wireless_core_start 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() routine. Remove the duplicate and add similar code to b43legacy. Signed-off-by: Larry Finger Cc: Stable [2.6.32] Signed-off-by: John W. Linville --- Reading git-diff-tree failed