diff options
-rw-r--r-- | sys/net/if_ef.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_ef.c b/sys/net/if_ef.c index f0440de..05b0ff6 100644 --- a/sys/net/if_ef.c +++ b/sys/net/if_ef.c @@ -120,7 +120,6 @@ ef_attach(struct efnet *sc) struct ifaddr *ifa2; struct sockaddr_dl *sdl2; - ifp->if_output = ether_output; ifp->if_start = ef_start; ifp->if_watchdog = NULL; ifp->if_init = ef_init; |