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