summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2020-05-09 06:00:50 -0700
committernshrivas <nshrivas@codeaurora.org>2020-05-13 15:22:39 -0700
commitb655be930d8e1ab975e56601fe3f250182e729c2 (patch)
tree93911fb980cd0a3a1645fe9ab692c6bdb373f9f1
parent0d2b7d3977bb4ffe7663af5523d57fed407d0360 (diff)
downloadwlan-fw-api-b655be930d8e1ab975e56601fe3f250182e729c2.tar.gz
fw-api: CL 10407957 - update fw common interface files
Change-Id: Ifb4cdb939e1f2ce3b12f5565854f4be9b5405776 WMI: add chwidth_num_peer_caps field in SERVICE_READY_EXT2_EVENT msg CRs-Fixed: 2262693
-rw-r--r--fw/wmi_unified.h6
-rw-r--r--fw/wmi_version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index af2c5a5..769ced1 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -2812,6 +2812,12 @@ typedef struct {
* are not specified.
*/
A_UINT32 hw_min_max_tx_power_5g;
+
+ /*
+ * Number of peers supported per WMI_PEER_CHAN_WIDTH_SWITCH_CMDID
+ * 0 - not enabled
+ */
+ A_UINT32 chwidth_num_peer_caps;
} wmi_service_ready_ext2_event_fixed_param;
typedef struct {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 692bc2c..dcf40bd 100644
--- 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_ 833
+#define __WMI_REVISION_ 834
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work