linux/drivers/net/ethernet/mediatek
John Crispin 12c97c13ea net: mediatek: fix off by one in the TX ring allocation
The TX ring setup has an off by one error causing it to not utilise all
descriptors. This has the side effect that we need to reset the next
pointer at runtime to make it work. Fix the off by one and remove the
code fixing the ring at runtime.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-06-10 23:29:30 -07:00
..
Kconfig
Makefile
mtk_eth_soc.c net: mediatek: fix off by one in the TX ring allocation 2016-06-10 23:29:30 -07:00
mtk_eth_soc.h net: mediatek: add next data pointer coherency protection 2016-06-10 23:29:29 -07:00