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

Commit 7b7d8fcd authored by spuligil's avatar spuligil Committed by Rahul Choudhary
Browse files

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

add WMI_COEX_CONFIG_ENABLE_CONT_INFO def

Change-Id: I363342d6e5939adf675e8e1de14eef2aab6aa81a
CRs-Fixed: 2262693
parent 1cb390ca
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -34550,6 +34550,15 @@ typedef enum wmi_coex_config_type {
     *         Enable all coex policies.
     */
    WMI_COEX_SET_TRAFFIC_SHAPING_MODE = 50,
    /* WMI_COEX_CONFIG_ENABLE_CONT_INFO
     * enable contention info log
     * arg1:
     *     0: disable both cont/sched log
     *     1: enable cont log
     *     2: enable sched log
     *     3: enable both cont and sched log
     */
    WMI_COEX_CONFIG_ENABLE_CONT_INFO = 51,
} WMI_COEX_CONFIG_TYPE;
typedef struct {
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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_ 1391
#define __WMI_REVISION_ 1392

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work