summaryrefslogtreecommitdiffstats
path: root/sys/dev/lnc/if_lnc_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/lnc/if_lnc_isa.c')
-rw-r--r--sys/dev/lnc/if_lnc_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/lnc/if_lnc_isa.c b/sys/dev/lnc/if_lnc_isa.c
index c973494..949ea7d 100644
--- a/sys/dev/lnc/if_lnc_isa.c
+++ b/sys/dev/lnc/if_lnc_isa.c
@@ -255,7 +255,7 @@ lnc_isa_detach(device_t dev)
lnc_softc_t *sc = device_get_softc(dev);
int s = splimp();
- ether_ifdetach(&sc->arpcom.ac_if, ETHER_BPF_SUPPORTED);
+ ether_ifdetach(&sc->arpcom.ac_if);
splx(s);
lnc_stop(sc);
OpenPOWER on IntegriCloud