diff options
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); |