From: Michał Mirosław Date: Wed, 8 Jun 2011 08:36:42 +0000 (+0000) Subject: e1000: convert to ndo_fix_features X-Git-Tag: v3.1-rc1~316^2~398 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97d3207c5e697e3d86cc67483f9cdcce16cc0bf;p=pandora-kernel.git e1000: convert to ndo_fix_features Private rx_csum flags are now duplicate of netdev->features & NETIF_F_RXCSUM. Removing this needs deeper surgery. Things noticed: - RX csum disabled by default - HW VLAN acceleration probably can be toggled, but it's left as is - the resets on RX csum offload change can probably be avoided - there is A LOT of copy-and-pasted code here Signed-off-by: Michał Mirosław Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed