]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7bd953c5d901b594c94c764b0ddf8322bb8c8a52
treecda2fbf167d31a8ad5720eeeacfa2c040a3a51a9
parentbd4fd4aaeaa7f0cbf5fcef724e5ff03bf3ec0883
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