diff options
| author | Kapil Gupta <kapgupta@codeaurora.org> | 2016-09-29 18:07:01 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-10-10 03:10:28 -0700 |
| commit | e30341ce2215c4afaebdba6a679f7fcdac7ca81b (patch) | |
| tree | 77db80074d42a3f7447e51a7307eb056bd321da9 | |
| parent | 9cc6ce6a461d8ae3ef427e788234372d23c9e0cf (diff) | |
qcacmn: Reduce gscan priority
qcacld-2.0 to qcacmn propagation
gscan priority should not cross normal scan.
Add changes to reduce gscan priority.
CRs-Fixed: 1066785
Change-Id: I7459367cfed5d932f07f8c846265c448b9a84555
| -rw-r--r-- | wmi/src/wmi_unified_tlv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index 7d36ca8a6b6a..e623baaaf671 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -5400,7 +5400,7 @@ QDF_STATUS wmi_get_buf_extscan_start_cmd(wmi_unified_t wmi_handle, WMI_SCAN_ADD_DS_IE_IN_PROBE_REQ; WMI_SCAN_SET_DWELL_MODE(cmd->scan_ctrl_flags, pstart->extscan_adaptive_dwell_mode); - cmd->scan_priority = WMI_SCAN_PRIORITY_HIGH; + cmd->scan_priority = WMI_SCAN_PRIORITY_VERY_LOW; cmd->num_ssids = 0; cmd->num_bssid = 0; cmd->ie_len = 0; |
