CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/08/26 05:33:46

Modified files:
        sys/dev/usb    : if_umb.c 

Log message:
umb can use p2p_input as an if_input handler.

umb(4) is a hardware p2p driver, it just has ip coming in, so we can do
the same thing we do for the address family and input processing as
other p2p interfaces.

the short packet check that umb_input does is already done by the ip
stacks, so we're not losing anything.

tested by gerhard@ mbuhl@
ok gerhard@

Reply via email to