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

Commit 33cf0b7d authored by spuligil's avatar spuligil
Browse files

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

Add WMI_SERVICE_QMI_STATS_SUPPORT def

Change-Id: I54ff3f5e851b10babaec365c5833ed889f40f1da
CRs-Fixed: 2262693
parent 6d3bde4e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -407,6 +407,13 @@ typedef enum {
    WMI_SERVICE_WPA3_OWE_ROAM_SUPPORT = 222, /* Indicates FW supports WPA3 OWE roaming */
    WMI_SERVICE_AUDIO_AGGR = 223, /* Indicates FW supports audio frame aggregation */
    WMI_SERVICE_6GHZ_SUPPORT = 224, /* Indicates FW supports 6GHZ (scan, connection and so on) */
    /* WMI_SERVICE_QMI_STATS_SUPPORT
     * Indicates FW supports stat request command WMI_REQUEST_LINK_STATS_CMDID
     * and WMI_REQUEST_STATS_CMDID coming from QMI which will be used in
     * runtime PM suspend.
     */
    WMI_SERVICE_QMI_STATS_SUPPORT = 225,


    /******* ADD NEW SERVICES HERE *******/

+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_ 715
#define __WMI_REVISION_ 716

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