From 0382af566647194da63524802d665e0ec0c3cefa Mon Sep 17 00:00:00 2001 From: spuligil Date: Fri, 31 May 2024 18:01:31 -0700 Subject: [PATCH] fw-api: CL 26800691 - update fw common interface files Change-Id: I079db3cf4be08978078d4854c8be80e9538c2e0c CRs-Fixed: 2262693 --- fw/wmi_services.h | 1 + fw/wmi_version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fw/wmi_services.h b/fw/wmi_services.h index fedf047440..e870801244 100644 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -670,6 +670,7 @@ typedef enum { WMI_SERVICE_USE_STA_VDEV_FOR_P2P_DEVICE = 416, /* FW supports use of sta vdev to be repurposed for p2p device */ WMI_SERVICE_AP_ASSISTED_DFS_CHAN_P2P_SESSION = 417, /* FW supports P2P session on DFS chan enabled by DFS master AP */ WMI_SERVICE_MLO_SAP_EMLSR_SUPPORT = 418, /* Indicates FW MLO SAP supports EMLSR Mode */ + WMI_SERVICE_PKTLOG_ML_TSTMP_SUPPORT = 419, /* Indicates ML timestamp for pktlog */ WMI_MAX_EXT2_SERVICE diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 7d8d68816f..dff98841fc 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_ 1490 +#define __WMI_REVISION_ 1491 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work