Now that the Ethernet header is always passed as part of the mbuf, kill
authormpi <mpi@openbsd.org>
Tue, 26 May 2015 11:39:07 +0000 (11:39 +0000)
committermpi <mpi@openbsd.org>
Tue, 26 May 2015 11:39:07 +0000 (11:39 +0000)
commit170d586f25c9f4ebc6e2518e770183a3228a117e
tree0a52745cec26c56f142ad3724198a21a8693a378
parent16174ce41b458dbc236f418497633ccb2eb1ecd7
Now that the Ethernet header is always passed as part of the mbuf, kill
the second (unused) argument of the input packet handlers.

ok dlg@
sys/net/if.c
sys/net/if_ethersubr.c
sys/net/if_trunk.c
sys/net/if_trunk.h
sys/net/if_var.h
sys/net/if_vlan.c