r8152: up the priority of the transmission
authorhayeswang <hayeswang@realtek.com>
Fri, 7 Mar 2014 03:04:36 +0000 (11:04 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Mar 2014 21:24:28 +0000 (16:24 -0500)
commit0c3121fcf10da24dfd667c5bf8d71fcfa261599c
tree05078c6e2f4dc6781f9a6622b59c9efc9869bcb2
parent21949ab7df0d78b575c87c2e70192b487fd37511
r8152: up the priority of the transmission

move the tx_bottom() from delayed_work to tasklet. It makes the rx
and tx balanced. If the device is in runtime suspend when getting
the tx packet, wakeup the device before trasmitting.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c