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
Bu işleme şunda yer alıyor:
Abdul Muqtadeer Ahmed
2020-09-21 17:51:06 +05:30
işlemeyi yapan: snandini
ebeveyn b34e03512e
işleme 36d112aeab

Dosyayı Görüntüle

@@ -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")