Paul Gortmaker 885a947e5b staging: delete non-required instances of include <linux/init.h> 12 vuotta sitten
..
Kconfig c9fb041ff1 staging: fix more ET131X build errors 14 vuotta sitten
Makefile d2796743cb staging: et131x: Put all .c files into one big file 14 vuotta sitten
Module.symvers e0349d5bac staging: et131x: Remove unused rcv_pend_lock spinlock 12 vuotta sitten
README c31c135e7a staging: et131x: remove item that have been done in TODO file 12 vuotta sitten
et131x.c 885a947e5b staging: delete non-required instances of include <linux/init.h> 12 vuotta sitten
et131x.h 19d857de4a staging: et131x: clear up use of TRUEPHY defines 12 vuotta sitten

README

This is a driver for the ET1310 network device.

Based on the driver found at https://sourceforge.net/projects/et131x/

Cleaned up immensely by Olaf Hartman and Christoph Hellwig

Note, the powermanagement options were removed from the vendor provided
driver as they did not build properly at the time.

TODO:
- Look at reducing the number of spinlocks
- Simplify code in nic_rx_pkts(), when determining multicast_pkts_rcvd
- Implement NAPI support
- In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet with kfree_skb().
- Reduce the number of split lines by careful consideration of variable names etc.

Please send patches to:
Greg Kroah-Hartman
Mark Einon