summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/README
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2011-09-04 10:24:43 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-06 23:54:59 (GMT)
commita1c821ae6c63d9ac648374f4953295e350572d3c (patch)
treeb6308bf885dd50ebd7c2dde083e3fbe7b7040bfa /drivers/staging/et131x/README
parentcd9bb52bfadf31ca51a5b67d967ec06061ac4b04 (diff)
downloadlinux-a1c821ae6c63d9ac648374f4953295e350572d3c.tar.xz
staging: et131x: Update README file
I believe that the driver is up to date with the latest network driver changes, so removing this line from the TODO to see if anyone else disagrees. Also all useless typecasts are now dead. 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/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/et131x/README b/drivers/staging/et131x/README
index c6bcc6a..7e846b2 100644
--- a/drivers/staging/et131x/README
+++ b/drivers/staging/et131x/README
@@ -9,8 +9,6 @@ Note, the powermanagement options were removed from the vendor provided
driver as they did not build properly at the time.
TODO:
- - forward port for latest network driver changes
- - kill useless typecasts (e.g. in et1310_phy.c)
- alloc_etherdev is initializing memory with zero?!?
- add_timer call in et131x_netdev.c is correct?
- Add power saving functionality (suspend, sleep, resume)