]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: et131x: Update README file
authorMark Einon <mark.einon@gmail.com>
Sun, 4 Sep 2011 10:24:43 +0000 (11:24 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Sep 2011 23:54:59 +0000 (16:54 -0700)
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>
drivers/staging/et131x/README

index c6bcc6a05736da43d53fd635c5c1c39aaa4cbe1c..7e846b2c26d499cf04357e5b42eb875173dca1d4 100644 (file)
@@ -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)