aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgb/ixgb_main.c')
-rw-r--r--drivers/net/ixgb/ixgb_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb_main.c b/drivers/net/ixgb/ixgb_main.c
index b021798ef49f..5639cccb4935 100644
--- a/drivers/net/ixgb/ixgb_main.c
+++ b/drivers/net/ixgb/ixgb_main.c
@@ -1262,7 +1262,7 @@ ixgb_tx_csum(struct ixgb_adapter *adapter, struct sk_buff *skb)
1262 1262
1263 if (likely(skb->ip_summed == CHECKSUM_PARTIAL)) { 1263 if (likely(skb->ip_summed == CHECKSUM_PARTIAL)) {
1264 struct ixgb_buffer *buffer_info; 1264 struct ixgb_buffer *buffer_info;
1265 css = skb_transport_offset(skb); 1265 css = skb_checksum_start_offset(skb);
1266 cso = css + skb->csum_offset; 1266 cso = css + skb->csum_offset;
1267 1267
1268 i = adapter->tx_ring.next_to_use; 1268 i = adapter->tx_ring.next_to_use;