aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 20:06:27 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 20:06:27 +0000
commit048069758e7d8111710b3b68e2f5af2e8b305912 (patch)
tree883f608e8cfd06f82c72494b93b121330a8aa3c5 /sys/net
parentbf975fe45b47c8d4bc6e6af91411d7b143d1dffe (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_ef.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/if_ef.c b/sys/net/if_ef.c
index 86f73c1b65cb..cb7bc6411d67 100644
--- a/sys/net/if_ef.c
+++ b/sys/net/if_ef.c
@@ -384,7 +384,6 @@ ef_input(struct ifnet *ifp, struct ether_header *eh, struct mbuf *m)
switch(ft) {
case ETHER_FT_EII:
return (ef_inputEII(m, eh, ether_type));
- break;
#ifdef IPX
case ETHER_FT_8023: /* only IPX can be here */
isr = NETISR_IPX;
@@ -392,10 +391,8 @@ ef_input(struct ifnet *ifp, struct ether_header *eh, struct mbuf *m)
#endif
case ETHER_FT_SNAP:
return (ef_inputSNAP(m, eh, l, ether_type));
- break;
case ETHER_FT_8022:
return (ef_input8022(m, eh, l, ether_type));
- break;
default:
EFDEBUG("No support for frame %d and proto %04x\n",
ft, ether_type);