From 2e9778e4d85f3e22a55d6a52cf322ce3f92e9cb0 Mon Sep 17 00:00:00 2001 From: Nishank Aggarwal Date: Thu, 10 Nov 2016 12:11:27 +0530 Subject: qcacld-2.0: CL 1704659 - update fw common interface files add FR35874 enable RTS for SIFS bursting on DRONE project Change-Id: I755c57c5b3a30877d5da8e5f20baa1bece314e86 CRs-Fixed: 865207 --- CORE/SERVICES/COMMON/wmi_unified.h | 2 ++ CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 916ea2a30e93..bfc9645ecf35 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -3850,6 +3850,8 @@ typedef enum { WMI_PDEV_PARAM_RX_MPDU_AGGR_ARRAY_LEN, /** Set TX delay value in TX sch module, unit is microseconds */ WMI_PDEV_PARAM_TX_SCH_DELAY, + /** Set RTS enable for SIFS bursting */ + WMI_PDEV_PARAM_ENABLE_RTS_SIFS_BURSTING, } WMI_PDEV_PARAM; diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index f934698a3872..d7f8460da1f3 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 312 +#define __WMI_REVISION_ 313 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work -- cgit v1.2.3