Browse Source

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

Add WMI_SERVICE_QMI_STATS_SUPPORT def

Change-Id: I54ff3f5e851b10babaec365c5833ed889f40f1da
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
a961dbcd6c
2 changed files with 8 additions and 1 deletions
  1. 7 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
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 *******/
 

+ 1 - 1
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