diff options
-rw-r--r-- | drivers/net/pasemi_mac.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c index 4a451f8c6f4d..ef1ebb4b8af2 100644 --- a/drivers/net/pasemi_mac.c +++ b/drivers/net/pasemi_mac.c | |||
@@ -46,12 +46,10 @@ | |||
46 | 46 | ||
47 | /* TODO list | 47 | /* TODO list |
48 | * | 48 | * |
49 | * - Get rid of pci_{read,write}_config(), map registers with ioremap | ||
50 | * for performance | ||
51 | * - PHY support | ||
52 | * - Multicast support | 49 | * - Multicast support |
53 | * - Large MTU support | 50 | * - Large MTU support |
54 | * - Other performance improvements | 51 | * - SW LRO |
52 | * - Multiqueue RX/TX | ||
55 | */ | 53 | */ |
56 | 54 | ||
57 | 55 | ||