summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_ip.c')
-rw-r--r--sys/netipx/ipx_ip.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index 6f5d74c..f9f82c0 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -168,7 +168,6 @@ ipxip_input(m, hlen)
{
register struct ip *ip;
register struct ipx *ipx;
- register struct ifqueue *ifq = &ipxintrq;
int len, s;
if (ipxip_hold_input) {
@@ -224,9 +223,7 @@ ipxip_input(m, hlen)
/*
* Deliver to IPX
*/
- if (IF_HANDOFF(ifq, m, NULL))
- schednetisr(NETISR_IPX);
- return;
+ netisr_dispatch(NETISR_IPX, m);
}
static int
OpenPOWER on IntegriCloud