Commit e15fdd03 authored by Auke Kok's avatar Auke Kok Committed by Auke Kok
Browse files

e1000: Same cosmetic fix as earlier sent out for IPV4.

parent 4e1dc97d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2545,7 +2545,7 @@ e1000_tso(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,
			cmd_length = E1000_TXD_CMD_IP;
			ipcse = skb->h.raw - skb->data - 1;
#ifdef NETIF_F_TSO_IPV6
		} else if (skb->protocol == ntohs(ETH_P_IPV6)) {
		} else if (skb->protocol == htons(ETH_P_IPV6)) {
			skb->nh.ipv6h->payload_len = 0;
			skb->h.th->check =
				~csum_ipv6_magic(&skb->nh.ipv6h->saddr,