Sfoglia il codice sorgente

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

add WMI_COEX_CONFIG_ENABLE_CONT_INFO def

Change-Id: I363342d6e5939adf675e8e1de14eef2aab6aa81a
CRs-Fixed: 2262693
spuligil 1 anno fa
parent
commit
7b7d8fcd8c
2 ha cambiato i file con 10 aggiunte e 1 eliminazioni
  1. 9 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 0
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

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