summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/README
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2011-10-20 01:18:43 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-23 10:07:11 +0200
commit0d1b7a84d3672023c6bc6d7eaa988db8bd3202ba (patch)
treebaec0dbd5eaba83d2535b90d10a25b0ab7ee566a /drivers/staging/et131x/README
parente592a9b06cdd9f1d5a6f8026f9ec8170ebf10ef5 (diff)
downloadop-kernel-dev-0d1b7a84d3672023c6bc6d7eaa988db8bd3202ba.zip
op-kernel-dev-0d1b7a84d3672023c6bc6d7eaa988db8bd3202ba.tar.gz
staging: et131x: use dma_alloc... instead of pci_alloc...
Use dma_allocs instead of pci_allocs, so we can use GFP_KERNEL allocations. Also removed this item from the TODO list 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 1e0fcf4..87b9360 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
- - Use dma_alloc_... in place of pci_alloc_...
- 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 ?
OpenPOWER on IntegriCloud