summaryrefslogtreecommitdiffstats
path: root/net/ipx
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-16 05:34:03 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-16 05:34:03 +0000
commit967c65a99059fd459b956c1588ce0ba227912c4e (patch)
tree8224d013ff5d255420713d05610c7efebd204d2a /net/ipx
parente20c1cc1656a66a2773bca4591a895cbc12696ff (diff)
Merge with Linux 2.1.72, part 1.
Diffstat (limited to 'net/ipx')
-rw-r--r--net/ipx/af_ipx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c
index 13d9528e6..2a46c5270 100644
--- a/net/ipx/af_ipx.c
+++ b/net/ipx/af_ipx.c
@@ -694,7 +694,6 @@ static int ipxitf_send(ipx_interface *intrfc, struct sk_buff *skb, char *node)
/*
* Send it out
*/
- skb->priority = SOPRI_NORMAL;
dev_queue_xmit(skb);
return 0;
}