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

Commit 2f08b463 authored by spuligil's avatar spuligil Committed by snandini
Browse files

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

Change-Id: Ica7b711af156ba511b1f5a8501602fcf02633203
WMI: add status field to CTRL_PATH_STATS_EVENT msg
CRs-Fixed: 2262693
parent 180149df
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -9528,6 +9528,13 @@ typedef struct {
     *  0 - no more events after this event.
     */
    A_UINT32 more;
    /** status:
     * The status field's value shows whether the WMI_REQUEST_CTRL_PATH_STATS
     * request was completed successfully,
     *     0 - status is success
     *     1 - status is failure
     */
    A_UINT32 status;
    /** This TLV is (optionally) followed by TLV arrays containing
     *  different types of stats:
     *  1.  wmi_ctrl_path_pdev_stats_struct ctrl_path_pdev_stats[];
+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_ 930
#define __WMI_REVISION_ 931

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