Sfoglia il codice sorgente

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
spuligil 4 anni fa
parent
commit
2f08b463e0
2 ha cambiato i file con 10 aggiunte e 3 eliminazioni
  1. 9 2
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 2
fw/wmi_unified.h

@@ -9521,13 +9521,20 @@ typedef struct {
     /** TLV tag and len; tag equals
     *  WMITLV_TAG_STRUC_wmi_ctrl_path_stats_event_fixed_param */
     A_UINT32 tlv_header;
-    /** Request ID*/
+    /** Request ID */
     A_UINT32 request_id;
     /** more flag
      *  1 - More events sent after this event.
      *  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[];
@@ -24821,7 +24828,7 @@ typedef struct {
      * Following this structure is the TLV:
      * struct wmi_vdev_latency_info vdev_latency_info[];
      */
-} wmi_vdev_tid_latency_config_fixed_param ;
+} wmi_vdev_tid_latency_config_fixed_param;
 
 #define WMI_TID_LATENCY_TIDNUM_BIT_POS     0
 #define WMI_TID_LATENCY_TIDNUM_NUM_BITS    8

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