]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: spin off a function to start scan offload
authorLuciano Coelho <luciano.coelho@intel.com>
Wed, 1 Oct 2014 10:22:40 +0000 (13:22 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 29 Oct 2014 10:49:12 +0000 (12:49 +0200)
commita809240f4afa2b25ec0a169517a92dba35bfc67a
treefe4a7d74f8bf6b3e48ea88a047880303b8922da7
parent12687a9718a4cf26f3519b3f3f9139fa638d80f2
iwlwifi: mvm: spin off a function to start scan offload

The net-detect feature will require a scan offload to be started in
the same way it is done now for scheduled scan.  Spin a new function
off of the sched_scan_start op code for reuse.  Additionally,
restructure the function a bit for more readability.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mac80211.c
drivers/net/wireless/iwlwifi/mvm/mvm.h
drivers/net/wireless/iwlwifi/mvm/scan.c