diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-08-28 06:00:47 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-08-28 06:00:47 -0700 |
| commit | 33cf0b7d84ebc3d6d50403b3af4425d2afcfc90e (patch) | |
| tree | 6d57185d8e8177464b4d1bf7ca00eb67c9d2a8c9 | |
| parent | 6d3bde4e6aca3acb339d7c0e1786e9d001e9719c (diff) | |
fw-api: CL 7988363 - update fw common interface files
Add WMI_SERVICE_QMI_STATS_SUPPORT def
Change-Id: I54ff3f5e851b10babaec365c5833ed889f40f1da
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_services.h | 7 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h index 43db97285ccd..09cac446565b 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -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 *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 4aefec0621a1..8d16c174b03d 100755 --- a/fw/wmi_version.h +++ b/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_ 715 +#define __WMI_REVISION_ 716 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
