diff --git a/components/mlme/dispatcher/inc/cfg_mlme_generic.h b/components/mlme/dispatcher/inc/cfg_mlme_generic.h index 7e1574c5a0..51101831b2 100644 --- a/components/mlme/dispatcher/inc/cfg_mlme_generic.h +++ b/components/mlme/dispatcher/inc/cfg_mlme_generic.h @@ -582,7 +582,7 @@ * gRemoveTimeStampSyncCmd - Enable/Disable to remove time stamp sync cmd * @Min: 0 * @Max: 1 - * @Default: 0 + * @Default: 1 * * This ini is used to enable/disable the removal of time stamp sync cmd * @@ -592,7 +592,7 @@ */ #define CFG_REMOVE_TIME_STAMP_SYNC_CMD CFG_INI_BOOL( \ "gRemoveTimeStampSyncCmd", \ - 0, \ + 1, \ "Enable to remove time stamp sync cmd") /*