forcedeth: fix tx timeout
authorAyaz Abdulla <aabdulla@nvidia.com>
Fri, 23 Mar 2007 10:50:02 +0000 (05:50 -0500)
committerJeff Garzik <jeff@garzik.org>
Wed, 28 Mar 2007 06:18:51 +0000 (02:18 -0400)
commit3ba4d093fe8a26f5f2da94411bf8732fa6e9da86
treecda2fbf167d31a8ad5720eeeacfa2c040a3a51a9
parentfcc5f2665c81e087fb95143325ed769a41128d50
forcedeth: fix tx timeout

The tx timeout routine was waking the tx queue conditionally. However,
it must call it unconditionally since the dev_watchdog has halted the tx
queue before calling the timeout function.

Signed-Off-By: Ayaz Abdulla <aabdulla@nvidia.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/forcedeth.c