diff options
Diffstat (limited to 'sys/dev/lnc/if_lnc_cbus.c')
-rw-r--r-- | sys/dev/lnc/if_lnc_cbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/lnc/if_lnc_cbus.c b/sys/dev/lnc/if_lnc_cbus.c index 85be471..571407e 100644 --- a/sys/dev/lnc/if_lnc_cbus.c +++ b/sys/dev/lnc/if_lnc_cbus.c @@ -284,7 +284,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); |