From: Johannes Berg Date: Fri, 17 Feb 2012 18:07:44 +0000 (-0800) Subject: iwlwifi: move workqueue to priv X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~76^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ee158d83853a9f5c1465be56d56ff56e6698e92;p=pandora-kernel.git iwlwifi: move workqueue to priv In order to separate the different parts of the driver better, we are reducing the shared data. This moves the workqueue to "priv", and removes it from the transport. To do this, simply use schedule_work() in the transport. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed