mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 22:24:04 +08:00
wil6210: free edma_rx_swtail upon reset
edma_rx_swtail dma memory free is missing. Add this part of Rx desc ring free. Signed-off-by: Dedy Lansky <dlansky@codeaurora.org> Signed-off-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
7b834639c4
commit
29ca376066
@ -428,6 +428,9 @@ static void wil_ring_free_edma(struct wil6210_priv *wil, struct wil_ring *ring)
|
|||||||
&ring->pa, ring->ctx);
|
&ring->pa, ring->ctx);
|
||||||
|
|
||||||
wil_move_all_rx_buff_to_free_list(wil, ring);
|
wil_move_all_rx_buff_to_free_list(wil, ring);
|
||||||
|
dma_free_coherent(dev, sizeof(*ring->edma_rx_swtail.va),
|
||||||
|
ring->edma_rx_swtail.va,
|
||||||
|
ring->edma_rx_swtail.pa);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user