commit | b6e4c55aaee4fd40526a6816e60c68dd62e565c4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Apr 06 04:12:42 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Fri Apr 16 13:47:37 2010 -0700 |
tree | 64bbff3fc159290e41173d0a227375eafe941943 | |
parent | 811ecc995b18eb58067ffa75b961ece3b84a1f03 [diff] |
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 <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>