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