diff options
| author | Nishank Aggarwal <naggar@codeaurora.org> | 2016-11-10 12:11:27 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-11-16 18:40:47 +0530 |
| commit | 2e9778e4d85f3e22a55d6a52cf322ce3f92e9cb0 (patch) | |
| tree | fdf74048fbea6d57bb813fe0801633085e5ac575 | |
| parent | 54799a433a1e4ad9df5feb2bf786edfba439451e (diff) | |
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
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
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 |
