]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv4/ip_gre.c
x86: Fix an incorrect argument of reserve_bootmem()
[mv-sheeva.git] / net / ipv4 / ip_gre.c
index 44e2a3d2359afd99da1324022c221e811d83a0a9..cb4a0f4bd5e5654b465ddee4f32a42504711d5d3 100644 (file)
@@ -735,10 +735,10 @@ static int ipgre_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)
        }
 
        tos = tiph->tos;
-       if (tos&1) {
+       if (tos == 1) {
+               tos = 0;
                if (skb->protocol == htons(ETH_P_IP))
                        tos = old_iph->tos;
-               tos &= ~1;
        }
 
        {