Explorar el Código

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

Add WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE def

Change-Id: I7a74adcbb54f917b90b72b4e00cb7d89539e3133
CRs-Fixed: 2262693
spuligil hace 5 años
padre
commit
df02ae4a3b
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -23125,6 +23125,10 @@ typedef enum wmi_coex_config_type {
      * config to enable(1)/disable(0) WAR of BT 2nd harmonic issue function
      */
     WMI_COEX_CONFIG_ENABLE_2ND_HARMONIC_WAR     = 43,
+    /* WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE
+     * config BTC separate chain mode or shared mode
+     */
+    WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE  = 44,
 } WMI_COEX_CONFIG_TYPE;
 
 typedef struct {

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