summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2020-06-04 12:01:33 -0700
committerVictor Hsu <hsuvictor@google.com>2020-07-01 06:12:10 +0000
commite351a72a49ff87ec6815d217fd24750c64e74cf8 (patch)
tree35a1d9cb0bab0fc31e559983a44da6037d81715f
parentc53815506f390058c058fe1456199ad79de49977 (diff)
downloadwlan-fw-api-e351a72a49ff87ec6815d217fd24750c64e74cf8.tar.gz
fw-api: CL 10663966 - update fw common interface files
Change-Id: I336aeb23201094d81aa90b10b5c1b643d7ed456d WMI: add max_ndi_interfaces to resource_config CRs-Fixed: 2262693 Signed-off-by: Victor Hsu <hsuvictor@google.com>
-rw-r--r--fw/wmi_unified.h7
-rw-r--r--fw/wmi_version.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 1f40713..cd56e2f 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -3665,6 +3665,7 @@ typedef struct {
* (maximum number of beacons after which VAP profiles repeat)
* for any EMA VAP on any pdev.
*/
+
A_UINT32 ema_max_profile_period;
/** @brief max_ndp_sessions
* This is the max ndp sessions sent by the host which is the minimum
@@ -3673,6 +3674,12 @@ typedef struct {
* SERVICE_READY_EXT2_EVENT message).
*/
A_UINT32 max_ndp_sessions;
+
+ /** @brief max_ndi_supported
+ * This is the max ndi interfaces sent by the host based on the value
+ * specified by the host's ini configuration.
+ */
+ A_UINT32 max_ndi_interfaces;
} wmi_resource_config;
#define WMI_MSDU_FLOW_AST_ENABLE_GET(msdu_flow_config0, ast_x) \
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 6afc92b..5adc744 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_ 847
+#define __WMI_REVISION_ 848
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work