Forráskód Böngészése

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

Add WMI_COEX_CONFIG_ENABLE_2ND_HARMONIC_WAR def

Change-Id: I2e00c3ff7e67a3b563f32b66f8ccff9fab257aa5
CRs-Fixed: 2262693
spuligil 5 éve
szülő
commit
8b8f936557
2 módosított fájl, 5 hozzáadás és 1 törlés
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -23052,6 +23052,10 @@ typedef enum wmi_coex_config_type {
      * allow WLAN scan on 2.4G channel when BT SCO connectivity is alive
      */
     WMI_COEX_CONFIG_BT_SCO_ALLOW_WLAN_2G_SCAN   = 42,
+    /* WMI_COEX_CONFIG_ENABLE_2ND_HARMONIC_WAR
+     * config to enable(1)/disable(0) WAR of BT 2nd harmonic issue function
+     */
+    WMI_COEX_CONFIG_ENABLE_2ND_HARMONIC_WAR     = 43,
 } 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_ 703
+#define __WMI_REVISION_ 704
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work