Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: et131x: remove item that have been done in TODO file

Signed-off-by: ZHAO Gang <gamerh2o@gmail.com>
Acked-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

ZHAO Gang and committed by
Greg Kroah-Hartman
c31c135e 297bb9db

-4
-4
drivers/staging/et131x/README
··· 13 13 - Implement NAPI support 14 14 - In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet with kfree_skb(). 15 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. 20 16 21 17 Please send patches to: 22 18 Greg Kroah-Hartman <gregkh@linuxfoundation.org>