From: Don Skidmore Date: Thu, 21 Jul 2011 05:55:00 +0000 (+0000) Subject: ixgbe: convert to ndo_fix_features X-Git-Tag: v3.1-rc1~316^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082757afcf7d6e44b24c4927ce5b158196d63e84;p=pandora-kernel.git ixgbe: convert to ndo_fix_features Private rx_csum flags are now duplicate of netdev->features & NETIF_F_RXCSUM. We remove those duplicates and now use the net_device_ops ndo_set_features. This was based on the original patch submitted by Michal Miroslaw . I also removed the special case not requiring a reset for X540 hardware. It is needed just as it is in 82599 hardware. Signed-off-by: Don Skidmore Cc: Michal Miroslaw Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed