iwlwifi: perform bss_info_changed post association work right away
commit508e32e177f54d1f6ebcfa181b9d6f2583c3b1c0
authorReinette Chatre <reinette.chatre@intel.com>
Tue, 15 Apr 2008 04:16:13 +0000 (14 21:16 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 16 Apr 2008 19:59:59 +0000 (16 15:59 -0400)
tree85bb3396f410d5da821fd11ba7fa7aec0a780586
parenteadd3c4b9a90e31d5b6034a8813bfabecbe48681
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 <reinette.chatre@intel.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl4965-base.c