commit | 9a4be1bd04d6df0cb1a1a0fe49430b27152bb98f | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Tue Feb 18 21:49:07 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 18 16:40:02 2014 -0500 |
tree | 39405f3d31abdadb948a5811e783bc85ad545682 | |
parent | 21ff2e8976b1be23eb0125ee83eb807ad40fb226 [diff] |
r8152: support runtime suspend Support runtime suspend for RTL8152 and RTL8153. Move tx_bottom() from tasklet to delayed_work. That avoids to transmit tx packets after calling autosuspend. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>