From e61c951ce58db8023447e65f9f0d5bab9abd6616 Mon Sep 17 00:00:00 2001 From: gaolez Date: Thu, 4 May 2017 15:51:57 +0800 Subject: qcacld-2.0: CL 3044104 - update fw common interface files add WMI_COEX_CONFIG_BTC_DUTYCYCLE to make WLAN pause/unpause duration configurable Change-Id: I1422141a0cc9427605b100ca1d4496b0f3bef768 CRs-fixed: 865207 --- CORE/SERVICES/COMMON/wmi_unified.h | 1 + CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3