diff options
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 4e51477b445a..58c912596b20 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -17951,6 +17951,7 @@ typedef enum wmi_coex_config_type { arg4 BT priority time in microsec, arg5 PTA algorithm (WMI_COEX_ALGO_TYPE), arg6 PTA priority */ + WMI_COEX_CONFIG_BTC_DUTYCYCLE = 18, /* config interval (ms units) (arg1 WLAN pause duration, arg2 WLAN unpause duration) for WLAN UL + BT Rx */ } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 02919d6b6098..e5baeea44db4 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 381 +#define __WMI_REVISION_ 382 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
