Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 955f0c8f authored by spuligil's avatar spuligil Committed by snandini
Browse files

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
parent e9d04fab
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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