diff options
| author | Himanshu Agarwal <himanaga@codeaurora.org> | 2016-09-13 19:28:24 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-09-15 13:23:49 +0530 |
| commit | 34e7fa1b9996c641f09f8841ef7179aa8060919a (patch) | |
| tree | 2bd988158091fb79a635b50f51ae0f2b323e2f0e | |
| parent | a7b419083d429f964c820be7502093beb4475fe1 (diff) | |
qcacld-2.0: CL 1638528 – update fw common interface files
Add WMI_COEX_CONFIG_COEX_DBG def.
Change-Id: I7d320ce070087b464784baee886c5d1d103a7b6c
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 bfa46363c9f6..a9f569cbd989 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -15898,6 +15898,7 @@ typedef enum wmi_coex_config_type { WMI_COEX_CONFIG_PAGE_SAP_TDM = 3, /* config interval (arg1 BT, arg2 WLAN) for SAP + PAGE */ WMI_COEX_CONFIG_DURING_WLAN_CONN = 4, /* config during WLAN connection */ WMI_COEX_CONFIG_BTC_ENABLE = 5, /* config to enable/disable BTC */ + WMI_COEX_CONFIG_COEX_DBG = 6, /* config of COEX debug setting */ } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 845792135faf..c03a61de867d 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_ 293 +#define __WMI_REVISION_ 294 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
