From: Reinette Chatre Date: Tue, 15 Apr 2008 04:16:13 +0000 (-0700) Subject: iwlwifi: perform bss_info_changed post association work right away X-Git-Tag: v2.6.26-rc1~1138^2~9^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508e32e177f54d1f6ebcfa181b9d6f2583c3b1c0;p=pandora-kernel.git iwlwifi: perform bss_info_changed post association work right away Do not use workqueue for bss_info_changed post association work. When driver is notified of association the upper layer will be notified right after that the association is complete. Doing the post association work in a workqueue introduces a race condition where the upper layer may want to make use of the association, but it is not yet complete. Signed-off-by: Reinette Chatre Acked-by: Tomas Winkler Signed-off-by: John W. Linville --- Reading git-diff-tree failed