commit | 45b4d66d690600dac1aa805b75763331483acf22 | [log] [tgz] |
---|---|---|
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | Mon Apr 20 04:33:15 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 21 01:47:07 2009 -0700 |
tree | b6769c46b0f53a98367136223b4b053b552b99d8 | |
parent | 966508f7a591399a0b0dcfc0336e88480e5ed520 [diff] |
mlx4_en: use NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM for tx csum at initialization The former usage was to set the NETIF_F_HW_CSUM flag which is not used in get_tx_csum. It caused Ethtool to show tx checksum as "on" even though it was turned off in previous operation. Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>