Browse Source

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

add WMI_COEX_CONFIG_BTC_DUTYCYCLE to make WLAN pause/unpause duration configurable

Change-Id: Icdf38fe10d7de60233cda1d015a572920e52a053
CRs-Fixed: 1107600
Sandeep Puligilla 8 years ago
parent
commit
aebaa93574
2 changed files with 2 additions and 1 deletions
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -17787,6 +17787,7 @@ typedef enum wmi_coex_config_type {
                                                  arg4 BT priority time in microsec,
                                                  arg5 PTA algorithm (WMI_COEX_ALGO_TYPE),
                                                  arg6 PTA priority */
+    WMI_COEX_CONFIG_BTC_DUTYCYCLE       = 18, /* config interval (ms units) (arg1 WLAN pause duration, arg2 WLAN unpause duration) for WLAN UL + BT Rx */
 } 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_ 381
+#define __WMI_REVISION_ 382
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work