summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an_pccard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/an/if_an_pccard.c')
-rw-r--r--sys/dev/an/if_an_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c
index 6809d6e..66e5590 100644
--- a/sys/dev/an/if_an_pccard.c
+++ b/sys/dev/an/if_an_pccard.c
@@ -105,7 +105,7 @@ an_pccard_detach(device_t dev)
}
an_stop(sc);
ifp->if_flags &= ~IFF_RUNNING;
- if_detach(ifp);
+ ether_ifdetach(ifp, ETHER_BPF_SUPPORTED);
sc->an_gone = 1;
bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
an_release_resources(dev);
OpenPOWER on IntegriCloud