Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc834f6f authored by Ashish Kumar Dhanotiya's avatar Ashish Kumar Dhanotiya Committed by Sachin Ahuja
Browse files

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
parent 9ad21293
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -732,7 +732,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
@@ -745,7 +745,7 @@ enum scan_mode_6ghz {
 */
#define CFG_MAWC_NLO_ENABLED CFG_INI_BOOL( \
			"mawc_nlo_enabled", \
			1, \
			0, \
			"Enable MAWC based scan")

/*