- Remove the second parameter of ether_input(), since:
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 1 Oct 2007 12:56:36 +0000 (12:56 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 1 Oct 2007 12:56:36 +0000 (12:56 +0000)
commit0b076e92d9c71c08a482927c9c616e43661bf692
tree6d6693cab1be03717da2abe097035a2eac6c1c3a
parent0eb141f0f456d506435d98d22089c4979c5b3b19
- Remove the second parameter of ether_input(), since:
  o  if the second argument is not NULL, ether_input() always fails.
  o  No one calls ether_input() with a non-NULL second argument.
- Nuke ether_input_internal(), after above change it is no longer necessary.
sys/net/if_ethersubr.c
sys/net/if_var.h
sys/net/vlan/if_vlan.c