patch-2.1.68 linux/net/x25/x25_dev.c
Next file: linux/net/x25/x25_in.c
Previous file: linux/net/x25/af_x25.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun Nov 30 14:00:40 1997
- Orig file:
v2.1.67/linux/net/x25/x25_dev.c
- Orig date:
Mon Jul 7 08:20:00 1997
diff -u --recursive --new-file v2.1.67/linux/net/x25/x25_dev.c linux/net/x25/x25_dev.c
@@ -177,7 +177,6 @@
}
skb->protocol = htons(ETH_P_X25);
- skb->priority = SOPRI_NORMAL;
skb->dev = neigh->dev;
skb->arp = 1;
@@ -208,7 +207,6 @@
}
skb->protocol = htons(ETH_P_X25);
- skb->priority = SOPRI_NORMAL;
skb->dev = neigh->dev;
skb->arp = 1;
@@ -236,7 +234,6 @@
}
skb->protocol = htons(ETH_P_X25);
- skb->priority = SOPRI_NORMAL;
skb->dev = neigh->dev;
skb->arp = 1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov