From b4e1a496c1678bf6b35d7b3459c28e8cbb5472e6 Mon Sep 17 00:00:00 2001 From: Himanshu Agarwal Date: Tue, 13 Sep 2016 22:42:27 +0530 Subject: [PATCH] =?UTF-8?q?qcacld-3.0:=20CL=201638528=20=E2=80=93=20update?= =?UTF-8?q?=20fw=20common=20interface=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Propagation from qcacld-2.0 to qcacld-3.0. Add WMI_COEX_CONFIG_COEX_DBG def. Change-Id: I7d320ce070087b464784baee886c5d1d103a7b6c CRs-Fixed: 865207 --- target/inc/wmi_unified.h | 2 ++ target/inc/wmi_version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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