summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2020-05-12 18:01:10 -0700
committernshrivas <nshrivas@codeaurora.org>2020-05-13 15:22:43 -0700
commit48658a30d28015da9bff74134295e7c55091149a (patch)
tree811529ffb4965f4611e5a933fdabf0ac00879e1a
parent3667fa7b67f35e3147b90ae57c343f30f62a8f0c (diff)
downloadwlan-fw-api-48658a30d28015da9bff74134295e7c55091149a.tar.gz
fw-api: CL 10438420 - update fw common interface files
Change-Id: Iddbbdbf7de58f7860e38deb457a8d263ea1f56e5 WMI: add pdev_id field in OEM_DATA_CMD msg CRs-Fixed: 2262693
-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 769ced1..6add7a0 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -18852,6 +18852,13 @@ typedef struct {
A_UINT32 vdev_id;
/** Actual length in byte of data[]. */
A_UINT32 data_len;
+ /**
+ * pdev_vdev_flag - 0 follow old method (vdev_id is valid, ignore pdev_id)
+ * pdev_vdev_flag - 1 pdev_id is valid
+ */
+ A_UINT32 pdev_vdev_flag;
+ /** Unique id identifying the PDEV */
+ A_UINT32 pdev_id;
/** This structure is used to send OEM DATA binary blobs from
* application/service to firmware where Host driver is pass through.
* The OEM-specific commands from OEM-specific userspace applications
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index dcf40bd..341689c 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_ 834
+#define __WMI_REVISION_ 835
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work