commit | f7b788b429337e0c07df960f3bc70b0e5cb73b87 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Thu Apr 02 00:08:35 2015 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Apr 29 13:18:03 2015 +0300 |
tree | b66bdae2d877a00761f210546fb65c6c37f8e307 | |
parent | 8df3e68f0b02b675a662198b77d31c94a9512d33 [diff] |
iwlwifi: mvm: add common scan params to thw iwl_mvm_scan_params struct Many parameters are common for all scans. Instead of parsing the cfg80211 scan and sched scan requests differently in each flow, move the parsing outside of the API/scan-type specific functions. In this way, we only need to differentiate between scan types once. Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>