Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e786617 authored by spuligil's avatar spuligil
Browse files

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

add WMI_PKTLOG_EVENT_TX def

Change-Id: Ie21ef9a30eecad563476685cc884ddcb5fc68cd8
CRs-Fixed: 2262693
parent 37d0f3b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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