commit | 686ab4f5bd8d696bfeef55ef761c7f7a6ad1b3ec | [log] [tgz] |
---|---|---|
author | Maya Erez <merez@codeaurora.org> | Thu Aug 23 14:47:09 2018 +0300 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Aug 28 16:48:36 2018 +0300 |
tree | ecbfea07811881cdcdcbf4b14beaa40b1b9b1f7f | |
parent | 596bdbcce90fa93f43ebcb99cefea34bd2e27707 [diff] |
wil6210: allocate rx reorder buffer only if rx reorder is enabled wil_addba_rx_request allocates the rx reorder buffer regardless of use_rx_hw_reordering settings. Fix this by checking wil->use_rx_hw_reordering before allocating the reorder buffer. Signed-off-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>