From 1fdefe5a8bd02ad785e9e8ecfbe298844194d8de Mon Sep 17 00:00:00 2001 From: Tushnim Bhattacharyya Date: Tue, 25 Sep 2018 11:50:42 -0700 Subject: [PATCH] qcacld-3.0: Set the default value 0 for early scan stop feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gEnableEarlyStopScan is for early stop feature. Since it’s based on rssi only, make the default value 0 on score enabled code base. Change-Id: Ie0e0483359d5a7e2cc969001af03500c9e8209c6 CRs-Fixed: 2311372 --- components/mlme/dispatcher/inc/cfg_mlme_lfr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/mlme/dispatcher/inc/cfg_mlme_lfr.h b/components/mlme/dispatcher/inc/cfg_mlme_lfr.h index f291336edafab..7123e98fb8faa 100644 --- a/components/mlme/dispatcher/inc/cfg_mlme_lfr.h +++ b/components/mlme/dispatcher/inc/cfg_mlme_lfr.h @@ -260,7 +260,7 @@ * gEnableEarlyStopScan - Set early stop scan * @Min: 0 * @Max: 1 - * @Default: 1 + * @Default: 0 * * This ini is used to set early stop scan. Early stop * scan is a feature for roaming to stop the scans at @@ -277,7 +277,7 @@ */ #define CFG_LFR_EARLY_STOP_SCAN_ENABLE CFG_INI_BOOL( \ "gEnableEarlyStopScan", \ - 1, \ + 0, \ "Set early stop scan") /*