Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / drivers / staging / et131x / README
blob8da96a6d2c927946d0c1444fca0472904af7b21b
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 and Christoph Hellwig <hch@infradead.org>
7 Note, the powermanagement options were removed from the vendor provided
8 driver as they did not build properly at the time.
10 TODO:
11         - Look at reducing the number of spinlocks
12         - Simplify code in nic_rx_pkts(), when determining multicast_pkts_rcvd
13         - Implement NAPI support
14         - In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet with kfree_skb().
15         - Reduce the number of split lines by careful consideration of variable names etc.
16         - Do this in et131x.c:
17                 struct fbr_lookup *fbr;
18                 fbr = rx_local->fbr[id];
19           Then replace all the instances of "rx_local->fbr[id]" with fbr.
21 Please send patches to:
22         Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23         Mark Einon <mark.einon@gmail.com>