From e7a6cd32d97a760a998ca2f86ea20134f4aec783 Mon Sep 17 00:00:00 2001 From: spuligil Date: Sat, 14 Jun 2025 06:01:41 -0700 Subject: [PATCH] fw-api: CL 29495802 - update fw common interface files Change-Id: I10441e94eb35209519448701ecb78027a6fd30b9 CRs-Fixed: 3830439 --- fw/wmi_unified.h | 1 + fw/wmi_version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index c895a500ea..0cd7ee1c76 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -18481,6 +18481,7 @@ typedef enum { WMI_RATE_PREAMBLE_VHT, WMI_RATE_PREAMBLE_HE, WMI_RATE_PREAMBLE_EHT, + WMI_RATE_PREAMBLE_UHR, } WMI_RATE_PREAMBLE; /** Value to disable fixed rate setting */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 20f1d77afb..93940d463f 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_ 1625 +#define __WMI_REVISION_ 1626 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work