libchip: Improve handling of DMA suspends

Reset the corresponding DMA status bit
This commit is contained in:
Ralf Kirchner
2014-04-10 17:02:40 +02:00
committed by Sebastian Huber
parent 6ac39691a2
commit 18fe64a2ca

View File

@@ -1162,6 +1162,7 @@ static void dwmac_task_rx( void *arg )
idx idx
); );
++counts->dma_suspended; ++counts->dma_suspended;
self->dmagrp->status = DMAGRP_STATUS_RU;
} }
idx = idx_next; idx = idx_next;