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

Commit 329b00f2 authored by spuligil's avatar spuligil
Browse files

fw-api: CL 12429120 - update fw common interface files

add WMI_PDEV_PARAM_MPD_USERPD_SSR def

Change-Id: If7bca2a8e9b7cf206ce3ec3ee5e47b1e4d825df5
CRs-Fixed: 2262693
parent c9b59637
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7137,6 +7137,9 @@ typedef enum {
    /* Param to enable low latency mode */
    WMI_PDEV_PARAM_LOW_LATENCY_SCHED_MODE,
    /* Param to enable per USERPD SSR - for MultiPD enabled chips */
    WMI_PDEV_PARAM_MPD_USERPD_SSR,
} WMI_PDEV_PARAM;
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
+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_ 939
#define __WMI_REVISION_ 940

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work