Forráskód Böngészése

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
spuligil 4 éve
szülő
commit
48658a30d2
2 módosított fájl, 8 hozzáadás és 1 törlés
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
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

+ 1 - 1
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