diff --git a/components/mlme/dispatcher/inc/cfg_mlme_sap.h b/components/mlme/dispatcher/inc/cfg_mlme_sap.h index 13db067cbd..894b6e9edf 100644 --- a/components/mlme/dispatcher/inc/cfg_mlme_sap.h +++ b/components/mlme/dispatcher/inc/cfg_mlme_sap.h @@ -455,30 +455,6 @@ 0, \ CFG_VALUE_OR_DEFAULT, \ "reduced beacon interval") -/* - * - * gMaxLIModulatedDTIM - Set MaxLIModulate Dtim - * @Min: 1 - * @Max: 10 - * @Default: 10 - * - * This ini is used to set default MaxLIModulatedDTIM - * - * Related: None - * - * Supported Feature: STA - * - * Usage: Internal/External - * - * - */ -#define CFG_MAX_LI_MODULATED_DTIM CFG_INI_UINT( \ - "gMaxLIModulatedDTIM", \ - 1, \ - 10, \ - 10, \ - CFG_VALUE_OR_DEFAULT, \ - "Max modulated dtim") /* * diff --git a/components/mlme/dispatcher/inc/cfg_mlme_sta.h b/components/mlme/dispatcher/inc/cfg_mlme_sta.h index 3d3e068a3d..6d26497768 100644 --- a/components/mlme/dispatcher/inc/cfg_mlme_sta.h +++ b/components/mlme/dispatcher/inc/cfg_mlme_sta.h @@ -457,6 +457,31 @@ CFG_VALUE_OR_DEFAULT, \ "Which keepalive method to use") +/* + * + * gMaxLIModulatedDTIM - Set MaxLIModulate Dtim + * @Min: 1 + * @Max: 10 + * @Default: 5 + * + * This ini is used to set default MaxLIModulatedDTIM + * + * Related: None + * + * Supported Feature: STA + * + * Usage: Internal/External + * + * + */ +#define CFG_MAX_LI_MODULATED_DTIM CFG_INI_UINT( \ + "gMaxLIModulatedDTIM", \ + 1, \ + 10, \ + 5, \ + CFG_VALUE_OR_DEFAULT, \ + "Max modulated dtim") + #define CFG_STA_ALL \ CFG(CFG_INFRA_STA_KEEP_ALIVE_PERIOD) \ CFG(CFG_TGT_GTX_USR_CFG) \