commit | fd30e891e0bc68735b52d480d078959e5fb30e70 | [log] [tgz] |
---|---|---|
author | Chin-Yen Lee <timlee@realtek.com> | Thu Dec 19 16:58:11 2019 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sun Jan 26 17:37:00 2020 +0200 |
tree | 3907a433dbbb280f06c946820508809c0cea59e3 | |
parent | 25cab7e71da32d46651f5fc9373eef9b79938629 [diff] |
rtw88: pci: reset dma when reset pci trx ring When PCI trx rings are reset, the DMA engine should also be reset. Otherswise, the rx_tag of rx flow is not synchronous to hw. Remove DMA reset when rtw_pci_start() as we added it in rtw_pci_setup(). Signed-off-by: Chin-Yen Lee <timlee@realtek.com> Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Reviewed-by: Chris Chiu <chiu@endlessm.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>