Эх сурвалжийг харах

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

Define WMI_SERVICE_CHAN_LOAD_INFO to show whether WMI chan info counters report incremental delta values or cumulative totals values.

Change-Id: I32ecd5442f597fbfcd15e326781e40b698f5dec3
CRs-Fixed: 1107600
Sandeep Puligilla 7 жил өмнө
parent
commit
af7ff0a1af
2 өөрчлөгдсөн 4 нэмэгдсэн , 6 устгасан
  1. 3 5
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 5
fw/wmi_services.h

@@ -195,9 +195,6 @@ typedef  enum  {
     WMI_SERVICE_ACK_TIMEOUT=126, /* Support TX ack timeout configurations */
     WMI_SERVICE_PDEV_BSS_CHANNEL_INFO_64 = 127, /* BSS channel info (freq, noise floor, rx clear, cycles 64-bit counters) event support */
 
-
-    /******* ADD NEW SERVICES HERE UNTIL ALL VALUES UP TO 128 ARE USED *******/
-
     WMI_MAX_SERVICE=128, /* max service */
 
     /* NOTE:
@@ -210,8 +207,9 @@ typedef  enum  {
      * WMI_SERVICE_READY_EVENT message.
      */
 
-    /*PUT 1ST EXT SERVICE HERE:*//*WMI_SERVICE_xxxxxxxx=128,*/
-    /*PUT 2ND EXT SERVICE HERE:*//*WMI_SERVICE_yyyyyyyy=129,*/
+    WMI_SERVICE_CHAN_LOAD_INFO=128, /* The values in WMI_CHAN_INFO_EVENTID is the difference in cycle counters */
+
+    /******* ADD NEW SERVICES HERE *******/
 
     WMI_MAX_EXT_SERVICE
 

+ 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_ 396
+#define __WMI_REVISION_ 397
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work