Michał Mirosław d7ccb8c2f2 ixgb: 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:
 - ixgb has 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 <mirq-linux@rere.qmqm.pl>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-09-16 18:26:37 -07:00
..
2011-07-26 16:49:47 -07:00
2011-08-27 00:58:30 -07:00
2011-09-15 17:19:28 -04:00
2011-08-27 00:58:33 -07:00
2011-08-27 00:58:26 -07:00
2011-08-27 00:58:36 -07:00
2011-09-15 15:49:08 -04:00
2011-09-16 19:20:20 -04:00
2011-07-26 16:49:47 -07:00
2011-08-16 00:16:49 -07:00