From 69a064644176735171c007f8ea4d6f155b173663 Mon Sep 17 00:00:00 2001 From: spuligil Date: Thu, 28 Dec 2023 18:01:32 -0800 Subject: [PATCH] fw-api: CL 25682638 - update fw common interface files WMI: add sbs_mid_band_end_freq field in dbs_or_sbs_cap_ext struct Change-Id: I4b2e48371ef302f9eb9fbb6953ab620eece02e89 CRs-Fixed: 2262693 --- fw/wmi_unified.h | 7 ++++++- fw/wmi_version.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index ff2af76aa9..861f94cbcd 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -45984,9 +45984,14 @@ typedef struct { /* * If sbs_lower_band_end_freq is set to non-zero, it indicates * async SBS mode is supported, and lower-band/higher band to MAC - * mapping is switch-able. unit: mhz. examples 5180, 5320 + * mapping is switch-able. unit: MHz. examples 5180, 5320 + * If sbs_mid_band_end_freq is set to non-zero, it indicates + * async flexible SBS mode is supported, lower/higher band cutoff frequency + * can be selected from sbs_lower_band_end_freq or sbs_mid_band_end_freq. + * unit: MHz, examples 5900. */ A_UINT32 sbs_lower_band_end_freq; + A_UINT32 sbs_mid_band_end_freq; } wmi_dbs_or_sbs_cap_ext; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index e0081d3c83..9ffa83cfc7 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -37,7 +37,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_ 1434 +#define __WMI_REVISION_ 1435 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work