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
This commit is contained in:

committed by
snandini

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