commit | 8804ea9e15a37a3dc732d88360a846e793091c03 | [log] [tgz] |
---|---|---|
author | Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> | Fri Oct 05 10:11:45 2018 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Oct 05 14:01:41 2018 +0300 |
tree | 97dce95c305426fb5356c21d7df2eb5225b8c2b7 | |
parent | 2525f188f7fd28fedc2c1093f02d74195f966f63 [diff] |
qtnfmac: drop redundant data copy in control path Command responses and events from the firmware are copied twice in control path: at first in shm core (qtnf_shm_handle_new_data) and then in pcie bus drivers (qtnf_pcie_control_rx_callback). There is no need to copy this data twice, it can be done only once in rx callbacks. Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>