summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/README
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2011-10-20 04:18:45 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-23 12:07:12 +0400
commit26d19bf60be3a41bbd6c31d89d13a9c5e8edef8b (patch)
tree7b7764099f323e6471a4901f43d3ccbb5fd9410f /drivers/staging/et131x/README
parent675c8f68ca65632624c0ebc03788f53c2109bf5b (diff)
downloadlinux-26d19bf60be3a41bbd6c31d89d13a9c5e8edef8b.tar.xz
staging: et131x: Tidy up PCI device table definition
Used the convenience macros DEFINE_PCI_DEVICE_TABLE and PCI_VDEVICE to tidy up the device table definition. Also remove the corresponding TODO item from the README. 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 87b936012656..0928eb55fee1 100644
--- a/drivers/staging/et131x/README
+++ b/drivers/staging/et131x/README
@@ -10,7 +10,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.
- - PCI_VDEVICE ?
Please send patches to:
Greg Kroah-Hartman <gregkh@suse.de>