commit | 0c3121fcf10da24dfd667c5bf8d71fcfa261599c | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Fri Mar 07 11:04:36 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 07 16:24:28 2014 -0500 |
tree | 05078c6e2f4dc6781f9a6622b59c9efc9869bcb2 | |
parent | 21949ab7df0d78b575c87c2e70192b487fd37511 [diff] |
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>