patch-2.1.79 linux/net/appletalk/ddp.c

Next file: linux/net/ax25/ax25_ds_subr.c
Previous file: linux/net/appletalk/aarp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/net/appletalk/ddp.c linux/net/appletalk/ddp.c
@@ -1397,7 +1397,6 @@
 		 */
 		if(skb)
 		{
-			skb->arp = 1;	/* Resolved */
 			if(aarp_send_ddp(rt->dev, skb, &ta, NULL) == -1)
 				kfree_skb(skb, FREE_READ);
 		}
@@ -1621,7 +1620,6 @@
 		return (err);
 
 	skb->sk  = sk;
-	skb->arp = 1;
 	skb_reserve(skb, ddp_dl->header_length);
 	skb_reserve(skb, dev->hard_header_len);
 

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