Browse Source

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

add WMI_PKTLOG_EVENT_TX def

Change-Id: Ie21ef9a30eecad563476685cc884ddcb5fc68cd8
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
6e786617b9
2 changed files with 3 additions and 1 deletions
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -8429,6 +8429,8 @@ typedef enum {
     WMI_PKTLOG_EVENT_SW =  0x00000040, /* To support SW defined events */
     WMI_PKTLOG_EVENT_PHY = 0x00000080, /* To support PHY stats */
     WMI_PKTLOG_EVENT_CBF = 0x00000100, /* To support CBF's filter in */
+    /* To support hybrid of events from FW and tx monitor status ring */
+    WMI_PKTLOG_EVENT_HYBRID_TX = 0x00000200,
 } WMI_PKTLOG_EVENT;
 
 typedef enum {

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