aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/README
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2011-10-20 01:18:46 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-23 10:07:12 +0200
commit06709e962322eb565f1e5ce591df7efb3db07c1f (patch)
tree01be7759b6a2fc25b043c57c51fda30d4639da06 /drivers/staging/et131x/README
parentstaging: et131x: Tidy up PCI device table definition (diff)
downloadlinux-dev-06709e962322eb565f1e5ce591df7efb3db07c1f.tar.xz
linux-dev-06709e962322eb565f1e5ce591df7efb3db07c1f.zip
staging: et131x: on transmit, stop the queue if the next packet will fail
* Currently the tx queue is only stopped when the current packet fails. Check if the next packet will fail, and stop the queue if so. * Removed associated item from TODO list in the README. * Also minor fixup as adapter was being declared as null and immediately set to a value. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/README')
-rw-r--r--drivers/staging/et131x/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/et131x/README b/drivers/staging/et131x/README
index 0928eb55fee1..3458aa713a33 100644
--- a/drivers/staging/et131x/README
+++ b/drivers/staging/et131x/README
@@ -9,7 +9,6 @@ driver as they did not build properly at the time.
TODO:
- Use of kmem_cache seems a bit unusual
- - It's too late stopping the tx queue when there is no room for the current packet. The condition should be detected for the next packet.
Please send patches to:
Greg Kroah-Hartman <gregkh@suse.de>