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/usb/if_ral.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/usb/if_ral.c')
-rw-r--r-- | sys/dev/usb/if_ral.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index 58da1ae55ba..425a5a950a3 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.53 2005/12/23 08:10:12 jsg Exp $ */ +/* $OpenBSD: if_ral.c,v 1.54 2006/01/04 06:04:41 canacar Exp $ */ /*- * Copyright (c) 2005 @@ -540,9 +540,6 @@ USB_DETACH(ural) ural_free_rx_list(sc); ural_free_tx_list(sc); -#if NBPFILTER > 0 - bpfdetach(ifp); -#endif ieee80211_ifdetach(ifp); if_detach(ifp); |