From: Johannes Berg Date: Tue, 6 Apr 2010 11:12:42 +0000 (-0700) Subject: iwlwifi: trigger scan synchronously X-Git-Tag: v2.6.35-rc1~473^2~393^2~25^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6e4c55aaee4fd40526a6816e60c68dd62e565c4;p=pandora-kernel.git iwlwifi: trigger scan synchronously Scan requesting doesn't need to be asynchronous since all code paths leading up to it can sleep. Make the scan request a new util operation that is hw-specific (to account for 3945 vs. agn) and call it right in place. This patch moves a lot of code into iwlagn as it need not be in iwlcore. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed