From 36d112aeab7e50fef021d9570a556a19ef93acfe Mon Sep 17 00:00:00 2001 From: Abdul Muqtadeer Ahmed Date: Mon, 21 Sep 2020 17:51:06 +0530 Subject: [PATCH] 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 --- components/nan/dispatcher/inc/cfg_nan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/nan/dispatcher/inc/cfg_nan.h b/components/nan/dispatcher/inc/cfg_nan.h index 6d4c06aab5..4acabc8e1c 100644 --- a/components/nan/dispatcher/inc/cfg_nan.h +++ b/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")