summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h
diff options
context:
space:
mode:
authorAvraham Stern2015-06-21 11:06:13 +0200
committerEmmanuel Grumbach2015-07-12 18:54:18 +0200
commit8465fe6ac5cc054a7969e78e56aea40cd7808540 (patch)
tree13842ee6d49daea0246654edccefdc11d6a963c2 /drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h
parentiwlwifi: edit the 3165 series and 8000 series PCI IDs (diff)
downloadkernel-qcow2-linux-8465fe6ac5cc054a7969e78e56aea40cd7808540.tar.gz
kernel-qcow2-linux-8465fe6ac5cc054a7969e78e56aea40cd7808540.tar.xz
kernel-qcow2-linux-8465fe6ac5cc054a7969e78e56aea40cd7808540.zip
iwlwifi: mvm: Add preemptive flag to scheulded scan
Add preemptive flag to scheduled scan command flags. Without this flag, all scan requests after scheduled scan was started will be delayed until scheduled scan stops. As a result, P2P_FIND will be blocked while scheduled scan is active. This flag was omitted during refactoring. Signed-off-by: Avraham Stern <avraham.stern@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h b/drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h
index 5e4cbdb44c60..737774a01c74 100644
--- a/drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h
+++ b/drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h
@@ -660,7 +660,8 @@ struct iwl_scan_config {
* iwl_umac_scan_flags
*@IWL_UMAC_SCAN_FLAG_PREEMPTIVE: scan process triggered by this scan request
* can be preempted by other scan requests with higher priority.
- * The low priority scan is aborted.
+ * The low priority scan will be resumed when the higher proirity scan is
+ * completed.
*@IWL_UMAC_SCAN_FLAG_START_NOTIF: notification will be sent to the driver
* when scan starts.
*/