From b781d1cf131cb7fef4eb920fe7ce5840c06c2a2c Mon Sep 17 00:00:00 2001 From: spuligil Date: Thu, 27 Apr 2023 18:01:08 -0700 Subject: [PATCH] fw-api: CL 22788805 - update fw common interface files Change-Id: If57336e850545964946185070d864b05153157b6 WMI: add QUALCOMM and MESH NODE peer extension flags CRs-Fixed: 2262693 --- fw/wmi_unified.h | 2 ++ fw/wmi_version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index cd0a6153c6..9ac2d508de 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -20184,6 +20184,8 @@ typedef struct { #define WMI_PEER_EXT_320MHZ 0x00000002 /* 320Mhz enabled */ #define WMI_PEER_EXT_DMS_CAPABLE 0x00000004 #define WMI_PEER_EXT_HE_CAPS_6GHZ_VALID 0x00000008 /* param he_caps_6ghz is valid or not */ +#define WMI_PEER_EXT_IS_QUALCOMM_NODE 0x00000010 /* Indicates if the peer connecting is a qualcomm node */ +#define WMI_PEER_EXT_IS_MESH_NODE 0x00000020 /* Indicates if the peer connecting is a mesh node */ #define WMI_PEER_EXT_F_CRIT_PROTO_HINT_ENABLED 0x40000000 /** diff --git a/fw/wmi_version.h b/fw/wmi_version.h index c6f5ee9798..d2ff3cd29e 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_ 1327 +#define __WMI_REVISION_ 1328 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work