aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbevf')
-rw-r--r--drivers/net/ixgbevf/ixgbevf_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c
index 623353db11ba..7b3af107ca84 100644
--- a/drivers/net/ixgbevf/ixgbevf_main.c
+++ b/drivers/net/ixgbevf/ixgbevf_main.c
@@ -2781,7 +2781,7 @@ static int ixgbevf_tso(struct ixgbevf_adapter *adapter,
2781 IPPROTO_TCP, 2781 IPPROTO_TCP,
2782 0); 2782 0);
2783 adapter->hw_tso_ctxt++; 2783 adapter->hw_tso_ctxt++;
2784 } else if (skb_shinfo(skb)->gso_type == SKB_GSO_TCPV6) { 2784 } else if (skb_is_gso_v6(skb)) {
2785 ipv6_hdr(skb)->payload_len = 0; 2785 ipv6_hdr(skb)->payload_len = 0;
2786 tcp_hdr(skb)->check = 2786 tcp_hdr(skb)->check =
2787 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr, 2787 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,