Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Actually inject the arp packet into softintr queue.



details:   https://anonhg.NetBSD.org/src/rev/5994caed1b8e
branches:  trunk
changeset: 533209:5994caed1b8e
user:      enami <enami%NetBSD.org@localhost>
date:      Mon Jun 24 12:00:49 2002 +0000

description:
Actually inject the arp packet into softintr queue.

diffstat:

 sys/net/if_ieee1394subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 99ca2476285a -r 5994caed1b8e sys/net/if_ieee1394subr.c
--- a/sys/net/if_ieee1394subr.c Mon Jun 24 10:52:15 2002 +0000
+++ b/sys/net/if_ieee1394subr.c Mon Jun 24 12:00:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ieee1394subr.c,v 1.16 2002/06/24 08:06:22 itojun Exp $      */
+/*     $NetBSD: if_ieee1394subr.c,v 1.17 2002/06/24 12:00:49 enami Exp $       */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ieee1394subr.c,v 1.16 2002/06/24 08:06:22 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ieee1394subr.c,v 1.17 2002/06/24 12:00:49 enami Exp $");
 
 #include "opt_inet.h"
 #include "bpfilter.h"
@@ -386,7 +386,7 @@
        case ETHERTYPE_ARP:
                schednetisr(NETISR_ARP);
                inq = &arpintrq;
-               return;
+               break;
 #endif /* INET */
 
 #ifdef INET6



Home | Main Index | Thread Index | Old Index