summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2019-03-29 12:00:58 -0700
committerspuligil <spuligil@codeaurora.org>2019-03-29 12:00:58 -0700
commit077a260885fa2aeae35135699c32d2460d24b751 (patch)
treed90e34f705954d3b6ea18bc41877dcea671139b5
parent3e46fa28487f7838d718852fd250eeeddbb914cf (diff)
fw-api: CL 6826875 - update fw common interface files
Add WMI_SERVICE_NO_STA_PLUS_STA_SUPPORT def Change-Id: I4a9b72b7783b139722cf2c465cf56cd03411d54d CRs-Fixed: 2262693
-rwxr-xr-xfw/wmi_services.h1
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h
index 01a58813da53..2863f4a31e6a 100755
--- a/fw/wmi_services.h
+++ b/fw/wmi_services.h
@@ -387,6 +387,7 @@ typedef enum {
WMI_SERVICE_THREE_WAY_COEX_CONFIG_LEGACY = 202, /* BTCOEX Three-way CoEx Config Legacy Feature support */
WMI_SERVICE_THREE_WAY_COEX_CONFIG_OVERRIDE = 203, /* BTCOEX Three-way CoEx Config Override Feature support */
WMI_SERVICE_TX_PWR_PER_PEER = 204, /* target supports per-peer tx pwr spec via WMI_PEER_USE_FIXED_PWR */
+ WMI_SERVICE_NO_STA_PLUS_STA_SUPPORT = 205, /* indicates target doesn't support STA + STA concurrency */
/******* ADD NEW SERVICES HERE *******/
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index a5ab1ec7542b..4306286138d8 100755
--- a/fw/wmi_version.h
+++ b/fw/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_ 644
+#define __WMI_REVISION_ 645
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work