From: Jussi Kivilinna Date: Tue, 21 Apr 2009 16:48:07 +0000 (+0300) Subject: rndis_wlan: fix initialization order for workqueue&workers X-Git-Tag: v2.6.31-rc1~330^2~568^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d4d99ae89a8845a1d63b0529dd98da28dc0ff65;p=pandora-kernel.git rndis_wlan: fix initialization order for workqueue&workers rndis_wext_link_change() might be called from rndis_command() at initialization stage and priv->workqueue/priv->work have not been initialized yet. This causes invalid opcode at rndis_wext_bind on some brands of bcm4320. Fix by initializing workqueue/workers in rndis_wext_bind() before rndis_command is used. Signed-off-by: Jussi Kivilinna Signed-off-by: John W. Linville --- Reading git-diff-tree failed