Loading fw/wmi_unified.h +8 −0 Original line number Diff line number Diff line Loading @@ -21949,6 +21949,14 @@ typedef struct { */ #define WMI_DEBUG_LOG_PARAM_MOD_ENABLE_BITMAP 0x5 /** * Wow mode specific logging enablement * Wow mode module_id_bitmap : identifies the modules for which the log level * should be set in WOW and modules for which the log level * should be reset to DBGLOG_MAX_LVL. */ #define WMI_DEBUG_LOG_PARAM_WOW_MOD_ENABLE_BITMAP 0x6 #define NUM_MODULES_PER_ENTRY ((sizeof(A_UINT32)) << 3) #define WMI_MODULE_ENABLE(pmid_bitmap,mod_id) \ 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_ 911 #define __WMI_REVISION_ 912 /** 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 +8 −0 Original line number Diff line number Diff line Loading @@ -21949,6 +21949,14 @@ typedef struct { */ #define WMI_DEBUG_LOG_PARAM_MOD_ENABLE_BITMAP 0x5 /** * Wow mode specific logging enablement * Wow mode module_id_bitmap : identifies the modules for which the log level * should be set in WOW and modules for which the log level * should be reset to DBGLOG_MAX_LVL. */ #define WMI_DEBUG_LOG_PARAM_WOW_MOD_ENABLE_BITMAP 0x6 #define NUM_MODULES_PER_ENTRY ((sizeof(A_UINT32)) << 3) #define WMI_MODULE_ENABLE(pmid_bitmap,mod_id) \
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_ 911 #define __WMI_REVISION_ 912 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading