summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaolez <gaolez@codeaurora.org>2017-04-14 18:06:32 +0800
committergaolez <gaolez@codeaurora.org>2017-04-14 18:08:24 +0800
commit65d1ab0a2515868d689be705c49922577d2bd250 (patch)
tree9d2776a72263eef6351e94ad207b87c2f8aff249
parent90a065bea9944988a18c34eb2e41ecbbdd4aa5a6 (diff)
qcacld-2.0: CL 2909934 - update fw common interface files
add WMI_COEX_CONFIG_PTA_CONFIG def Change-Id: I37a6fdd5b82d01cea2ab34d70c2269db275f0199 CRs-fixed: 865207
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h2
-rw-r--r--CORE/SERVICES/COMMON/wmi_version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index b0b6f034695c..450972d755b8 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -17395,6 +17395,8 @@ typedef enum wmi_coex_config_type {
WMI_COEX_CONFIG_INQUIRY_P2P_STA_TDM = 11,
/* config wlan total tx power when bt coex (arg1 is wlan_tx_power_limit, in 0.5dbm units) */
WMI_COEX_CONFIG_TX_POWER = 12,
+ /* config whether enable PTA and GPIO number (arg1 is pta_enable, arg2 is GPIO number used as /BT_ACTIVE/BT_PRIORITY/WLAN_DENY,8 bit for each) */
+ WMI_COEX_CONFIG_PTA_CONFIG = 13,
} WMI_COEX_CONFIG_TYPE;
typedef struct {
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index 7fa364a92fd4..a708ccc74f05 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_ 361
+#define __WMI_REVISION_ 362
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work