diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2010-11-12 04:55:08 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-12 21:21:17 +0100 |
commit | 2040bd57b5f0c52dc4503e0e960b1dcafaf30a8b (patch) | |
tree | 3c1f30cc90180320af9dc476bc16fb6abe07ce77 /kernel/power | |
parent | net: Fix header size check for GSO case in recvmsg (af_packet) (diff) | |
download | linux-2040bd57b5f0c52dc4503e0e960b1dcafaf30a8b.tar.xz linux-2040bd57b5f0c52dc4503e0e960b1dcafaf30a8b.zip |
ucc_geth: Do not bring the whole IF down when TX failure.
ucc_geth_close lacks a cancel_work_sync(&ugeth->timeout_work)
to stop any outstanding processing of TX fail. However, one
can not call cancel_work_sync without fixing the timeout function
otherwise it will deadlock. This patch brings ucc_geth in line with
gianfar:
Don't bring the interface down and up, just reinit controller HW
and PHY.
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Reviewed-by: Anton Vorontsov <cbouatmailru@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/power')
0 files changed, 0 insertions, 0 deletions