diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 7f11197ddb..58375eef8d 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -16774,6 +16774,8 @@ typedef enum wmi_coex_config_type { WMI_COEX_CONFIG_DURING_WLAN_CONN = 4, /* config to enable/disable BTC */ WMI_COEX_CONFIG_BTC_ENABLE = 5, + /* config of COEX debug setting */ + WMI_COEX_CONFIG_COEX_DBG = 6, } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 468e18d55b..5a344d978c 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility */ -#define __WMI_REVISION_ 293 +#define __WMI_REVISION_ 294 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work