diff options
| author | Nishank Aggarwal <naggar@codeaurora.org> | 2016-11-10 13:02:09 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-11-29 16:07:26 -0800 |
| commit | 84c8a7d5a93ed003b97e04a43ae513da60a497e4 (patch) | |
| tree | 87445e740599dad8b1aa8570d71d98c3528acf81 | |
| parent | adea98bf2e492e3a96186d330abde0c24cc83657 (diff) | |
qcacld-3.0: CL 1705684 - update fw common interface files
Add FR35871 MDPU size setting feature on DRONE project
Add FR35871 MDPU size setting feature on DRONE project
Change-Id: I8d6acc3b770dc80d5f5493ae129c2d4e9d8fea5f
CRs-Fixed: 865207
| -rw-r--r-- | target/inc/wmi_unified.h | 2 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 069a8c3aca44..96cd5bcd7e8a 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -3980,6 +3980,8 @@ typedef enum { WMI_PDEV_PARAM_TX_SCH_DELAY, /** Set RTS enable for SIFS bursting */ WMI_PDEV_PARAM_ENABLE_RTS_SIFS_BURSTING, + /** Set Maximum number of MPDUs in an AMPDU*/ + WMI_PDEV_PARAM_MAX_MPDUS_IN_AMPDU, } WMI_PDEV_PARAM; diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index ec1b0dc7f198..e1637b6655df 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_ 313 +#define __WMI_REVISION_ 314 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
