linux/drivers/net/ethernet/mediatek
John Crispin 13c822f6d4 net: mediatek: fix stop and wakeup of queue
The driver supports 2 MACs. Both run on the same DMA ring. If we go
above/below the TX rings threshold value, we always need to wake/stop
the queue of both devices. Not doing to can cause TX stalls and packet
drops on one of the devices.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-04-12 22:41:32 -04:00
..
Kconfig
Makefile
mtk_eth_soc.c net: mediatek: fix stop and wakeup of queue 2016-04-12 22:41:32 -04:00
mtk_eth_soc.h