diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index aa0a92f8c0..4d1a9631e9 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -4833,6 +4833,7 @@ typedef enum { #ifdef WLAN_FEATURE_INTEROP_ISSUES_AP wmi_pdev_interop_issues_ap_event_id, #endif + wmi_coex_report_antenna_isolation_event_id, wmi_events_max, } wmi_conv_event_id; diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index b2e3cfce60..ee1990b709 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -12224,6 +12224,8 @@ static void populate_tlv_events_id(uint32_t *event_ids) event_ids[wmi_vdev_get_mws_coex_antenna_sharing_state_eventid] = WMI_VDEV_GET_MWS_COEX_ANTENNA_SHARING_STATE_EVENTID; #endif + event_ids[wmi_coex_report_antenna_isolation_event_id] = + WMI_COEX_REPORT_ANTENNA_ISOLATION_EVENTID; } /**