net: lantiq: Wake TX queue again
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Sep 2020 19:36:26 +0000 (21:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 21:53:15 +0000 (14:53 -0700)
commitdea36631e6f186d4b853af67a4aef2e35cfa8bb7
tree8b970f4019d3c4db2ef7db9053e05943374d2311
parent4202c9fdf03d79dedaa94b2c4cf574f25793d669
net: lantiq: Wake TX queue again

The call to netif_wake_queue() when the TX descriptors were freed was
missing. When there are no TX buffers available the TX queue will be
stopped, but it was not started again when they are available again,
this is fixed in this patch.

Fixes: fe1a56420cf2 ("net: lantiq: Add Lantiq / Intel VRX200 Ethernet driver")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/lantiq_xrx200.c