RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / et131x / README
blob28752a502312d55917c8eb2022001b393a8e7630
1 This is a driver for the ET1310 network device.
3 Based on the driver found at https://sourceforge.net/projects/et131x/
5 Cleaned up immensely by Olaf Hartman <o.hartmann@telovital.com> and Christoph
6 Hellwig <hch@infradead.org>
8 Note, the powermanagement options were removed from the vendor provided
9 driver as they did not build properly at the time.
11 TODO:
12         - kernel coding style cleanups
13         - forward port for latest network driver changes
14         - kill useless typecasts (e.g. in et1310_phy.c)
15         - alloc_etherdev is initializing memory with zero?!?
16         - add_timer call in et131x_netdev.c is correct?
17         - Add power saving functionality (suspend, sleep, resume)
18         - Implement a few more kernel Parameter (set mac )
20 Please send patches to:
21         Greg Kroah-Hartman <gregkh@suse.de>
23 And Cc: Olaf Hartmann <o.hartmann@telovital.com> as he has this device and can
24 test any changes.