qcacmn: Set default value of mawc_nlo_enabled ini as 0

Set value of mawc_nlo_enabled ini as 0 by default.

Change-Id: I7779072deecc9390f3df929355788ee8d73cb48f
CRs-Fixed: 3024972
This commit is contained in:
Ashish Kumar Dhanotiya
2021-08-30 20:49:51 +05:30
committed by Madan Koyyalamudi
parent ca013a2078
commit 8082901907

View File

@@ -803,7 +803,7 @@ enum scan_mode_6ghz {
* mawc_nlo_enabled - For NLO/PNO, enable MAWC based scan * mawc_nlo_enabled - For NLO/PNO, enable MAWC based scan
* @Min: 0 * @Min: 0
* @Max: 1 * @Max: 1
* @Default: 1 * @Default: 0
* *
* Enable/Disable the Motion Aided Wireless Connectivity * Enable/Disable the Motion Aided Wireless Connectivity
* based NLO using this parameter * based NLO using this parameter
@@ -816,7 +816,7 @@ enum scan_mode_6ghz {
*/ */
#define CFG_MAWC_NLO_ENABLED CFG_INI_BOOL( \ #define CFG_MAWC_NLO_ENABLED CFG_INI_BOOL( \
"mawc_nlo_enabled", \ "mawc_nlo_enabled", \
1, \ 0, \
"Enable MAWC based scan") "Enable MAWC based scan")
/* /*