From: Florian Fainelli
Date: Wed, 11 Jan 2017 21:13:02 -0800
> netif_wake_subqueue() is duplicating the same thing that netif_tx_wake_queue()
> does, so make it call it directly after looking up the queue from the index.
>
> Signed-off-by: Florian Fainelli
Looks good, applied.
netif_wake_subqueue() is duplicating the same thing that netif_tx_wake_queue()
does, so make it call it directly after looking up the queue from the index.
Signed-off-by: Florian Fainelli
---
include/linux/netdevice.h | 14 +-
net/core/dev.c| 22 --
2