summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaurank kathpalia <gkathpal@codeaurora.org>2017-12-19 15:15:06 +0530
committersnandini <snandini@codeaurora.org>2017-12-20 00:34:59 -0800
commit4757ad14b8a59f1d289d605bd638e1735b11e5cb (patch)
treec777f9f5271a182942c4afe334bedf62283cb775
parent14fcc7cd8fcd216f5f0f9ce05ed0dd4476224f89 (diff)
qcacld-3.0: Change default value of g_is_bssid_hint_priority to 0
Change default value of g_is_bssid_hint_priority to 0, as the driver scoring logic will take care of the beat AP to select from the candidate AP and the host can ignore the hint. Change-Id: Ia372e3e0f580047eae33cc0b68b0a0d1460ebfc2 CRs-Fixed: 2160591
-rw-r--r--core/hdd/inc/wlan_hdd_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index 95cbbe471fe4..6830df6d9959 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -12203,7 +12203,7 @@ enum hw_filter_mode {
* </ini>
*/
#define CFG_IS_BSSID_HINT_PRIORITY_NAME "g_is_bssid_hint_priority"
-#define CFG_IS_BSSID_HINT_PRIORITY_DEFAULT (1)
+#define CFG_IS_BSSID_HINT_PRIORITY_DEFAULT (0)
#define CFG_IS_BSSID_HINT_PRIORITY_MIN (0)
#define CFG_IS_BSSID_HINT_PRIORITY_MAX (1)