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

Commit f23ca9e0 authored by spuligil's avatar spuligil
Browse files

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

Add WMI_PKTLOG_EVENT_CBF def

Change-Id: I6d4d36ad4c32fd8122146f445cef9dd1d8d38c2f
CRs-Fixed: 2262693
parent 3947e6a1
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -7911,14 +7911,15 @@ typedef struct {
} wmi_pdev_set_channel_cmd;
typedef enum {
    WMI_PKTLOG_EVENT_RX = 0x1,
    WMI_PKTLOG_EVENT_TX = 0x2,
    WMI_PKTLOG_EVENT_RCF = 0x4, /* Rate Control Find */
    WMI_PKTLOG_EVENT_RCU = 0x8, /* Rate Control Update */
    WMI_PKTLOG_EVENT_RX =  0x00000001,
    WMI_PKTLOG_EVENT_TX =  0x00000002,
    WMI_PKTLOG_EVENT_RCF = 0x00000004, /* Rate Control Find */
    WMI_PKTLOG_EVENT_RCU = 0x00000008, /* Rate Control Update */
    /* 0x10 used by deprecated DBG_PRINT */
    WMI_PKTLOG_EVENT_SMART_ANTENNA = 0x20, /* To support Smart Antenna */
    WMI_PKTLOG_EVENT_SW = 0x40, /* To support SW defined events */
    WMI_PKTLOG_EVENT_PHY = 0x80, /* To support PHY stats */
    WMI_PKTLOG_EVENT_SMART_ANTENNA = 0x00000020, /* To support Smart Antenna */
    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 */
} 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_ 962
#define __WMI_REVISION_ 963

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work