Browse Source

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

Change-Id: Ib04ad911f8335d8fa4e8e690c71f37fa3bd6b693
WMI: add PDEV_PARAM_MWSCOEX_[PCC,SCC]_CHAVD_DELAY defs
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
6541a5ee47
2 changed files with 19 additions and 1 deletions
  1. 18 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 18 - 0
fw/wmi_unified.h

@@ -6438,6 +6438,24 @@ typedef enum {
      */
     WMI_PDEV_PARAM_DEFAULT_6GHZ_RATE,
 
+    /*
+     * Configures the duration (in seconds) to delay the channel avoidance
+     * indication at WLAN firmware before indicating it to WLAN host,
+     * when WWAN (LTE/5GNR) PCC is in conflict due to WWAN-WLAN coexistence.
+     * Default value is 60 seconds.
+     * If set to zero, FW sends channel avoidance indcation immediately to Host.
+     */
+    WMI_PDEV_PARAM_MWSCOEX_PCC_CHAVD_DELAY,
+
+    /*
+     * Configures the duration (in seconds) to delay the channel avoidance
+     * indication at WLAN firmware before indicating it to WLAN host,
+     * when WWAN (LTE/5GNR) SCC is in conflict due to WWAN-WLAN coexistence.
+     * Default value is 120 seconds.
+     * If set to zero, FW sends channel avoidance indcation immediately to Host.
+     */
+    WMI_PDEV_PARAM_MWSCOEX_SCC_CHAVD_DELAY,
+
 } WMI_PDEV_PARAM;
 
 #define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)

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