From 439e458b6eda82ac418a7b8713535867c23a28ae Mon Sep 17 00:00:00 2001 From: spuligil Date: Fri, 28 Feb 2020 06:00:37 -0800 Subject: [PATCH] fw-api: CL 9693767 - update fw common interface files add WMI_SERVICE_NDI_NDI_STA_SUPPORT def Change-Id: I43db6e075b62cee4f51609e648e5a70dbb65fcbd 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 6dc55812d8..c23acc2de8 100644 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -429,6 +429,7 @@ typedef enum { WMI_SERVICE_NSS_RATIO_TO_HOST_SUPPORT = 238, /* Indicates firmware supports sending NSS ratio info to host */ WMI_SERVICE_WPA3_SUITEB_ROAM_SUPPORT = 239, /* Indicates FW supports WPA3 SUITE B roaming */ WMI_SERVICE_PERIODIC_FRAME_INJECT_SUPPORT = 240, /* Indicates FW supports periodic frame injection */ +WMI_SERVICE_NDI_NDI_STA_SUPPORT = 241, /* Indicates FW support for STA+NDI+NDI */ /******* ADD NEW SERVICES HERE *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index a3d43adf28..d663365aca 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -36,7 +36,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_ 782 +#define __WMI_REVISION_ 783 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work