Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48658a30 authored by spuligil's avatar spuligil Committed by nshrivas
Browse files

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
parent 3667fa7b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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