Bläddra i källkod

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

Add WMI_DEBUG_LOG_PARAM_WOW_MOD_ENABLE_BITMAP def

Change-Id: I6e4d9a68a42cce1455b926c9fd01897429751960
CRs-Fixed: 2262693
spuligil 4 år sedan
förälder
incheckning
955f0c8ffd
2 ändrade filer med 9 tillägg och 1 borttagningar
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
fw/wmi_unified.h

@@ -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) \

+ 1 - 1
fw/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_ 911
+#define __WMI_REVISION_ 912
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work