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
父節點 ca013a2078
當前提交 8082901907

查看文件

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