Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: mediatek: only wake the queue if it is stopped
The current code unconditionally wakes up the queue at the end of each tx_poll action. Change the code to only wake up the queues if any of them have actually been stopped before. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information