diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 269cfdb2d0..109777c518 100644 --- a/fw/wmi_unified.h +++ b/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) diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 104e1c5f87..aec4a85a8d 100644 --- a/fw/wmi_version.h +++ b/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