Subject: Calling ipf->if_input
To: None <tech-net@netbsd.org>
From: Matthias Scheler <tron@zhadum.de>
List: tech-net
Date: 11/29/1999 23:49:12
	Hello,

"src/sys/arch/arm32/podulebus/if_ie.c" calls "ipf->if_input" like this:

    (*ifp->if_input)(ifp, m);
    ifp->if_ipackets++;

But "src/sys/arch/arm32/podulebus/if_ie.c" calls it like this:

	(*ifp->if_input)(ifp, m);

Which of the drivers is correct? From looking at other drivers I suppose
"if_ie.c" behaves wrong here.

	Kind regards

-- 
Matthias Scheler                            http://www.sighardstrasse.de/~tron/