diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 9e412f2e37..f334916bc2 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -5538,6 +5538,7 @@ typedef struct { bool sae_eapol_offload; bool dynamic_pcie_gen_speed_change; bool twt_ack_support_cap; + uint32_t ema_init_config; } target_resource_config; /** diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index b408533650..9efdfb61fb 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -7426,6 +7426,7 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg, resource_cfg->ema_max_vap_cnt = tgt_res_cfg->ema_max_vap_cnt; resource_cfg->ema_max_profile_period = tgt_res_cfg->ema_max_profile_period; + resource_cfg->ema_init_config = tgt_res_cfg->ema_init_config; if (tgt_res_cfg->max_ndp_sessions) resource_cfg->max_ndp_sessions =