ath11k: Remove unnecessary data sync to cpu on monitor buffer
authorVasanthakumar Thiagarajan <vthiagar@codeaurora.org>
Thu, 15 Oct 2020 06:47:34 +0000 (12:17 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 7 Nov 2020 07:59:20 +0000 (09:59 +0200)
commitbafdbd79aae4c91f38caa43e5fb7abfd911f5bf6
tree376cd828e74363c1c98a5513f43ad8720fe85a1d
parent0f01dcb89b8b24b8d99d2ca25ed12676edae95ce
ath11k: Remove unnecessary data sync to cpu on monitor buffer

Monitor ring Rx buffer is not really modified between dma map
and unmap. So remove the unnecssary data sync before dma unmap.
This does not fix any visible issue, found in code review.

Compile tested only.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1602744454-22969-1-git-send-email-vthiagar@codeaurora.org
drivers/net/wireless/ath/ath11k/dp_rx.c