Procházet zdrojové kódy

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

Add WMI_COEX_CONFIG_ENABLE_TPUT_SHAPING def

Change-Id: I0e0f45327713a05acfe7b20b6c34a334880c31a7
CRs-Fixed: 2262693
spuligil před 5 roky
rodič
revize
d3c4e44a2a
2 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -23340,6 +23340,10 @@ typedef enum wmi_coex_config_type {
      * config BTC separate chain mode or shared mode
      */
     WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE  = 44,
+    /* WMI_COEX_CONFIG_ENABLE_TPUT_SHAPING
+     * enable WLAN throughput shaping while BT scanning
+     */
+    WMI_COEX_CONFIG_ENABLE_TPUT_SHAPING = 45,
 } 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_ 725
+#define __WMI_REVISION_ 726
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work