summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2019-12-11 06:00:35 -0800
committerspuligil <spuligil@codeaurora.org>2019-12-11 06:00:35 -0800
commit3c2bc38dcc442040817c5667632235e4a2cd8dde (patch)
tree1b20e14e780f28eb3cc75f004987d6f2243b839d
parentf82587df5d67ac0449cdc9f8d2a6adb259337ef2 (diff)
fw-api: CL 9020007 - update fw common interface files
Add WMI_SERVICE_BW_RESTRICTED_80P80_SUPPORT alias Change-Id: Ib4f244a1490c693f0d6f951bb03b7c87588afb53 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 a0a396afbb9b..3effc68be2f2 100755
--- a/fw/wmi_services.h
+++ b/fw/wmi_services.h
@@ -417,6 +417,7 @@ typedef enum {
WMI_SERVICE_STA_BSS_MAX_IDLE_TIME = 227, /* Indicate FW supports BSS Max Idle time feature via WMI_VDEV_BSS_MAX_IDLE_TIME_CMDID */
WMI_SERVICE_BIP_CIPHER_SUPPORT = 228, /* FW supports new BIP_CIPHER suites (WMI_CIPHER_BIP_xxx) */
WMI_SERVICE_BW_165MHZ_SUPPORT = 229, /* Indicate FW supports bandwidth 165MHz (i.e. 6 GHz in addition to 2.4 and 5) */
+ WMI_SERVICE_BW_RESTRICTED_80P80_SUPPORT = WMI_SERVICE_BW_165MHZ_SUPPORT,
WMI_SERVICE_NAN_NDI_SAP_SAP_SCC_SUPPORT = 230, /* Support SAP + SAP + NAN discovery + NDI concurrency in SCC mode */
WMI_SERVICE_NAN_VDEV_SUPPORT = 231, /* indicates firmware is dependent on host to create NAN vdev */
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 65186b4f577a..4e9d64ec0b00 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_ 753
+#define __WMI_REVISION_ 754
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work