diff options
author | 2006-01-04 06:04:41 +0000 | |
---|---|---|
committer | 2006-01-04 06:04:41 +0000 | |
commit | c6212b576f1648c800b42f822c0866336100f494 (patch) | |
tree | 57139c47e5cb25e28203510f4d147591c4211621 /sys/dev/ic/ath.c | |
parent | regen (diff) | |
download | wireguard-openbsd-c6212b576f1648c800b42f822c0866336100f494.tar.xz wireguard-openbsd-c6212b576f1648c800b42f822c0866336100f494.zip |
Remove redundant calls to bpfdetach.
ok brad@
Diffstat (limited to 'sys/dev/ic/ath.c')
-rw-r--r-- | sys/dev/ic/ath.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c index 6c29d3729ff..6e45823b46c 100644 --- a/sys/dev/ic/ath.c +++ b/sys/dev/ic/ath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ath.c,v 1.44 2005/12/10 15:43:11 krw Exp $ */ +/* $OpenBSD: ath.c,v 1.45 2006/01/04 06:04:41 canacar Exp $ */ /* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */ /*- @@ -451,9 +451,6 @@ ath_detach(struct ath_softc *sc, int flags) s = splnet(); ath_stop(ifp); -#if NBPFILTER > 0 - bpfdetach(ifp); -#endif ath_desc_free(sc); ath_hal_detach(sc->sc_ah); |