patch-2.1.79 linux/net/x25/x25_dev.c

Next file: linux/Documentation/Configure.help
Previous file: linux/net/wanrouter/wanproc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/net/x25/x25_dev.c linux/net/x25/x25_dev.c
@@ -178,7 +178,6 @@
 
 	skb->protocol = htons(ETH_P_X25);
 	skb->dev      = neigh->dev;
-	skb->arp      = 1;
 
 	dev_queue_xmit(skb);
 }
@@ -208,7 +207,6 @@
 
 	skb->protocol = htons(ETH_P_X25);
 	skb->dev      = neigh->dev;
-	skb->arp      = 1;
 
 	dev_queue_xmit(skb);
 }
@@ -235,7 +233,6 @@
 
 	skb->protocol = htons(ETH_P_X25);
 	skb->dev      = neigh->dev;
-	skb->arp      = 1;
 
 	dev_queue_xmit(skb);
 }


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov