diff options
| author | Poddar, Siddarth <siddpodd@qti.qualcomm.com> | 2016-02-22 11:50:08 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-03-02 14:45:59 +0530 |
| commit | f2bfe15f84402a914ec00cfca73ab73b340dd5ae (patch) | |
| tree | b75be1d0a391b9fb1d80d9afc5c65ec0aa16e068 | |
| parent | c8cd5f57fe41818c88e010d5cb0a1fff0662f743 (diff) | |
qcacld-2.0: CL 1461271 update fw common interface files
MPDU density advertisement
Change-Id: If6e03586008cf498dfe1c38dcd31dc04043f1f2c
CRs-Fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 8dddc5911289..c851dcd74310 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -1760,6 +1760,11 @@ typedef struct { A_UINT32 default_fw_config_bits; wmi_ppe_threshold ppet; A_UINT32 he_cap_info; /* see section 8.4.2.213 from draft r8 of 802.11ax */ + /* + * An HT STA shall not allow transmission of more than one MPDU start + * within the time limit described in the MPDU maximum density field. + */ + A_UINT32 mpdu_density; /* units are microseconds */ } wmi_service_ready_ext_event_fixed_param; typedef enum { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 7b6a9002f587..e74408ed84bc 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_ 208 +#define __WMI_REVISION_ 209 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
