]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: lantiq: Wake TX queue again
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Sep 2020 19:36:26 +0000 (21:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Sep 2020 16:05:25 +0000 (18:05 +0200)
commit345fa127e965a6c8d4bf940fb794e1e2d0166562
tree1e15eb168413e6089a627149520defefc346da19
parent786c627c377f46038a9c0044e76741fc35665881
net: lantiq: Wake TX queue again

[ Upstream commit dea36631e6f186d4b853af67a4aef2e35cfa8bb7 ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/lantiq_xrx200.c