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
committed by nshrivas
parent b39e413ac0
commit 7f9c050df4
7 changed files with 31 additions and 5 deletions

View File

@@ -753,7 +753,9 @@ struct ol_if_ops {
(*peer_rx_reorder_queue_setup)(struct cdp_ctrl_objmgr_pdev *ctrl_pdev,
uint8_t vdev_id, uint8_t *peer_mac,
qdf_dma_addr_t hw_qdesc, int tid,
uint16_t queue_num);
uint16_t queue_num,
uint8_t ba_window_size_valid,
uint16_t ba_window_size);
QDF_STATUS
(*peer_rx_reorder_queue_remove)(struct cdp_ctrl_objmgr_pdev *ctrl_pdev,
uint8_t vdev_id, uint8_t *peer_macaddr,