From: Florian Fainelli <f.faine...@gmail.com> 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 <f.faine...@gmail.com> Looks good, applied.