diff options
| author | Nishank Aggarwal <naggar@codeaurora.org> | 2016-11-10 12:56:00 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-11-29 16:07:24 -0800 |
| commit | adea98bf2e492e3a96186d330abde0c24cc83657 (patch) | |
| tree | 183caa4f0f25a7abd81a47c0e3ba7cb7bb610993 | |
| parent | 27eed1cf0db7f12e6f45d0198d72352d061de481 (diff) | |
qcacld-3.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-- | target/inc/wmi_unified.h | 3 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 75137bcc6b8f..069a8c3aca44 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -3978,6 +3978,9 @@ 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; typedef enum { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index c42f5315034b..ec1b0dc7f198 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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 |
