From: Bryan Whitehead <bryan.whiteh...@microchip.com> Date: Tue, 26 Feb 2019 14:06:26 -0500
> It has been observed that tx queue stalls while downloading > from certain web sites (example www.speedtest.net) > > The cause has been tracked down to a corner case where > dma descriptors where not setup properly. And there for a tx > completion interrupt was not signaled. > > This fix corrects the problem by properly marking the end of > a multi descriptor transmission. > > fixes: 23f0703c125b ("lan743x: Add main source files for new lan743x driver") "Fixes:" should be capitalized. > Signed-off-by: Bryan Whitehead <bryan.whiteh...@microchip.com> Applied, and queued up for -stable, thanks.