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

add WMI_PKTLOG_EVENT_TX def

Change-Id: Ie21ef9a30eecad563476685cc884ddcb5fc68cd8
CRs-Fixed: 2262693
这个提交包含在:
spuligil
2021-09-22 06:00:56 -07:00
父节点 37d0f3b388
当前提交 6e786617b9
修改 2 个文件,包含 3 行新增1 行删除

查看文件

@@ -8429,6 +8429,8 @@ typedef enum {
WMI_PKTLOG_EVENT_SW = 0x00000040, /* To support SW defined events */ WMI_PKTLOG_EVENT_SW = 0x00000040, /* To support SW defined events */
WMI_PKTLOG_EVENT_PHY = 0x00000080, /* To support PHY stats */ WMI_PKTLOG_EVENT_PHY = 0x00000080, /* To support PHY stats */
WMI_PKTLOG_EVENT_CBF = 0x00000100, /* To support CBF's filter in */ 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; } WMI_PKTLOG_EVENT;
typedef enum { typedef enum {

查看文件

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * 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 /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work