Loading fw/wmi_unified.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 { fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fw/wmi_unified.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 {
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading