Prechádzať zdrojové kódy

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

add WMI_COEX_CONFIG_HANDOVER_RSSI to WMI_COEX_CONFIG_TYPE

Change-Id: I5ed19c41a6f2e93fb5770d04f8eaf240068d9f1d
CRs-Fixed: 1107600
Sandeep Puligilla 8 rokov pred
rodič
commit
143cfa2931
2 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -17926,6 +17926,7 @@ typedef enum wmi_coex_config_type {
                                                  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_HANDOVER_RSSI       = 19, /* config to set WLAN RSSI (dBm units) at which device switches from Hybrid to TDD coex mode */
 } 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_ 388
+#define __WMI_REVISION_ 389
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work