diff --git a/sys/arch/mac68k/dev/if_ae.c b/sys/arch/mac68k/dev/if_ae.c index 970da0b62a72..840121d16ca5 100644 --- a/sys/arch/mac68k/dev/if_ae.c +++ b/sys/arch/mac68k/dev/if_ae.c @@ -19,14 +19,17 @@ */ /* - * $Id: if_ae.c,v 1.3 1993/12/21 03:18:04 briggs Exp $ + * $Id: if_ae.c,v 1.4 1994/01/24 22:29:40 briggs Exp $ */ /* * Modification history * * $Log: if_ae.c,v $ - * Revision 1.3 1993/12/21 03:18:04 briggs + * Revision 1.4 1994/01/24 22:29:40 briggs + * Apply patch as suggested by Theo. + * + * Revision 1.3 1993/12/21 03:18:04 briggs * Update ethernet driver to use config.new. At least, it's a first stab * working from mycroft's magnum changes to if_ed.c. * @@ -1266,11 +1269,6 @@ ae_get_packet(sc, buf, len) */ m_adj(head, sizeof(struct ether_header)); - /* - * silly ether_input routine needs 'type' in host byte order - */ - eh->ether_type = ntohs(eh->ether_type); - ether_input(&sc->arpcom.ac_if, eh, head); return;