summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishank Aggarwal <naggar@codeaurora.org>2016-10-28 18:10:43 +0530
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-11-11 19:45:38 +0530
commit8e8d00291de484668683c3cb04e5b5c4a5dca10e (patch)
tree6275ee8ebcf1a341a9c062b9c1b35e728d529647
parent494e701c7e22918c59ee12f90eb443b7b8601cff (diff)
qcacld-2.0: CL 1684348 - update fw common interface files
Add WMI_COEX_CONFIG_TX_POWER def. Change-Id: I99f5ec28387ba97d1c6e73a2407a0f2984e67925 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 bd4147704a0b..186c0c56eb88 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -16230,6 +16230,8 @@ typedef enum wmi_coex_config_type {
* INQUIRY
*/
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,
} WMI_COEX_CONFIG_TYPE;
typedef struct {
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index 2360fb1b474b..ad4e21d90953 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_ 305
+#define __WMI_REVISION_ 306
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work