diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 3ce9602bf4..eb6caf1953 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -4160,6 +4160,7 @@ typedef enum { WMI_PKTLOG_EVENT_RCU = 0x8, /* 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; typedef enum { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 27ca2ffe11..e4eb4d1bb6 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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_ 282 +#define __WMI_REVISION_ 283 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work