summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_ray.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-25 04:05:52 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-25 04:05:52 +0000
commit4adf18f7131d3e1444e46c6c799d21dcf9331d79 (patch)
tree2a3cb7b788625fe873187e4e7595a19acf80a41b /sys/dev/pcmcia/if_ray.c
parent5a87a559ec775f196e6bd9bceea8f9384140850a (diff)
ether_input_mbuf() conversion.
Diffstat (limited to 'sys/dev/pcmcia/if_ray.c')
-rw-r--r--sys/dev/pcmcia/if_ray.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c
index 00d531c7508..e5d677dae07 100644
--- a/sys/dev/pcmcia/if_ray.c
+++ b/sys/dev/pcmcia/if_ray.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ray.c,v 1.14 2001/06/23 21:54:56 fgsch Exp $ */
+/* $OpenBSD: if_ray.c,v 1.15 2001/06/25 04:05:51 fgsch Exp $ */
/* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */
/*
@@ -1675,8 +1675,8 @@ done:
#endif
/* XXX doesn't appear to be included m->m_flags |= M_HASFCS; */
ifp->if_ipackets++;
- m_adj(m, sizeof(struct ether_header));
- ether_input(ifp, eh, m);
+
+ ether_input_mbuf(ifp, m);
}
/* receive an auth packet