Apply patch as suggested by Theo.
This commit is contained in:
parent
335cfa780f
commit
71d0f0a1ee
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue