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

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

Define additional HTT tx PPDU stats

Change-Id: I6bb572654ae54dd4d1732df740f53170e53ebeae
CRs-Fixed: 1107600
Sandeep Puligilla 7 жил өмнө
parent
commit
3ca87a7a53

+ 1 - 0
fw/wmi_services.h

@@ -208,6 +208,7 @@ typedef  enum  {
      */
 
     WMI_SERVICE_CHAN_LOAD_INFO=128, /* The values in WMI_CHAN_INFO_EVENTID is the difference in cycle counters */
+    WMI_SERVICE_TX_PPDU_INFO_STATS_SUPPORT=129, /* support to report tx ppdu info stats via htt events */
 
     /******* ADD NEW SERVICES HERE *******/
 

+ 3 - 0
fw/wmi_unified.h

@@ -2497,6 +2497,9 @@ typedef struct {
     #define WMI_RSRC_CFG_FLAG_TX_MSDU_ID_NEW_PARTITION_SUPPORT_S 10
     #define WMI_RSRC_CFG_FLAG_TX_MSDU_ID_NEW_PARTITION_SUPPORT_M 0x400
 
+    #define WMI_RSRC_CFG_FLAG_TX_PPDU_STATS_ENABLE_S 11
+    #define WMI_RSRC_CFG_FLAG_TX_PPDU_STATS_ENABLE_M 0x800
+
     A_UINT32 flag1;
 
     /** @brief smart_ant_cap - Smart Antenna capabilities information

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