diff options
| author | gaolez <gaolez@codeaurora.org> | 2017-05-04 15:51:57 +0800 |
|---|---|---|
| committer | gaolez <gaolez@codeaurora.org> | 2017-05-06 11:11:16 +0800 |
| commit | e61c951ce58db8023447e65f9f0d5bab9abd6616 (patch) | |
| tree | 6b9e91ab0f39a1ae703bf642a018af5fb2b98342 | |
| parent | a5c3e9fc6744224f5ec4d3362aaf3550f33d908b (diff) | |
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
| -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 |
