diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c
index 0a5a255277e562ecb11ab703d964143f21bf85cd..d9f2bd6ef72dbb008f80d2e5fe8ab6f59e0be814 100644
--- a/net/ipv6/sit.c
+++ b/net/ipv6/sit.c
@@ -825,9 +825,6 @@ static netdev_tx_t ipip6_tunnel_xmit(struct sk_buff *skb,
 	u8 protocol = IPPROTO_IPV6;
 	int t_hlen = tunnel->hlen + sizeof(struct iphdr);
 
-	if (skb->protocol != htons(ETH_P_IPV6))
-		goto tx_error;
-
 	if (tos == 1)
 		tos = ipv6_get_dsfield(iph6);