Browse Source

qcacld-3.0: Change the default value of ini param nan_feature_config

Set nan_feature_config default as 0 from 1 in INI to have DW interval for
NMNS mode when device goes to suspend mode.

Change-Id: Ib0044ca36cba570f51edcc0006f8e54c55d673d3
CRs-Fixed: 2776238
Abdul Muqtadeer Ahmed 4 years ago
parent
commit
36d112aeab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/nan/dispatcher/inc/cfg_nan.h

+ 2 - 2
components/nan/dispatcher/inc/cfg_nan.h

@@ -245,7 +245,7 @@
  *
  * @Min: 0
  * @Max: 0xFFFF
- * @Default: 0x1
+ * @Default: 0
  *
  * This parameter helps to enable/disable a particular feature config by setting
  * corresponding bit and send to firmware through the VDEV param
@@ -267,7 +267,7 @@
 			"nan_feature_config", \
 			0, \
 			0xFFFF, \
-			1, \
+			0, \
 			CFG_VALUE_OR_DEFAULT, \
 			"Enable the specified NAN features in firmware")