From 36a1201bc3fcb3f3319da1c15aa591807061390d Mon Sep 17 00:00:00 2001 From: Visweswara Tanuku Date: Tue, 18 Sep 2018 18:17:38 +0530 Subject: qcacld-2.0: CL 5011639 - Update fw common interface files WMI: new COEX_CONFIG_BT options CRs-fixed: 865207 Change-Id: I366e31d1fb883b72b66999cc26b679de6c8b767a --- CORE/SERVICES/COMMON/wmi_unified.h | 10 ++++++++++ CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 105eb20321a1..98ef3324753b 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -20851,6 +20851,16 @@ typedef enum wmi_coex_config_type { WMI_COEX_CONFIG_SINK_WLAN_TDM = 21, /* config interval (ms units) (arg1 BT, arg2 WLAN) for A2DP SINK + WLAN */ WMI_COEX_CONFIG_COEX_ENABLE_MCC_TDM = 22, /* config disable/enable COEX TDM for MCC */ WMI_COEX_CONFIG_LOWRSSI_A2DPOPP_TDM = 23, /* config interval (ms units) (arg1 BT, arg2 WLAN) for STA + A2dp + OPP + LOWRSSI */ + WMI_COEX_CONFIG_BTC_MODE = 24, /* config BTC mode, arg1 mode: 0 TDD/1 FDD/2 Hybrid*/ + WMI_COEX_CONFIG_ANTENNA_ISOLATION = 25, /* config isolation between BT and WLAN antenna, arg1 isolation in db*/ + WMI_COEX_CONFIG_BT_LOW_RSSI_THRESHOLD = 26,/*config BT low rssi threshold (dbm units)*/ + WMI_COEX_CONFIG_BT_INTERFERENCE_LEVEL = 27,/*config bt interference level (dbm units) + arg1 low - lower limit + arg2 low - upper limit + arg3 medium - lower limit + arg4 medium - upper limit + arg5 high - lower limit + arg6 high - upper limit */ } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 1d0a4a4c31f1..514a46d85af4 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_ 557 +#define __WMI_REVISION_ 558 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work -- cgit v1.2.3