qcacmn: ba_window size in WMI for rx_reorder_queue_setup

ba_window_size_valid and ba_window size support is missing
while sending wmi_peer_reorder_queue_setup. This is needed
for handing 256 BA which is not FW default.

Change-Id: I3218921c48c0f82225b7992076e73ac0acf7bd11
CRs-fixed: 2285423
This commit is contained in:
Gyanranjan Hazarika
2018-07-25 23:26:16 -07:00
کامیت شده توسط nshrivas
والد b39e413ac0
کامیت 7f9c050df4
7فایلهای تغییر یافته به همراه31 افزوده شده و 5 حذف شده

مشاهده پرونده

@@ -322,7 +322,7 @@ struct hal_reo_cmd_update_queue_params {
pn_uneven:1,
pn_hand_enab:1,
ignore_ampdu:1;
uint32_t ba_window_size:8,
uint32_t ba_window_size:9,
pn_size:8,
svld:1,
ssn:12,