diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-05-22 09:00:41 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-05-22 09:00:41 -0700 |
| commit | 6fcb54097f41843316f5a2fc215ccaee95c8a646 (patch) | |
| tree | 6ff481214e250d21981d635e49e54ead1b065981 | |
| parent | e7ae71b0b22242e80c9a78810aa36d2131585bd9 (diff) | |
fw-api: CL 4662126 - update fw common interface files
Change-Id: Icfd8653ed929923565a0f3b9a03aed596c17c243
WMI: add ba_window_size to peer reorder queue setup msg
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_unified.h | 5 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index dbec74e69ac8..4c4b5dad16a5 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -19174,6 +19174,11 @@ typedef struct { A_UINT32 queue_ptr_hi; /* upper 32 bits of queue desc adddress */ A_UINT32 queue_no; /* 16-bit number assigned by host for queue, stored in bits 15:0 of queue_no field */ + A_UINT32 ba_window_size_valid; /* Is ba_window_size valid? + * 0 = Invalid, 1 = Valid */ + A_UINT32 ba_window_size; /* Valid values: 0 to 256 + * Host sends the message when BA session is + * established or terminated for the TID. */ } wmi_peer_reorder_queue_setup_cmd_fixed_param; /** diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 48ca20de9552..b8e0c79d3c5e 100755 --- a/fw/wmi_version.h +++ b/fw/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_ 538 +#define __WMI_REVISION_ 539 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
