summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_iwi.c')
-rw-r--r--sys/dev/pci/if_iwi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_iwi.c b/sys/dev/pci/if_iwi.c
index 57e00f93e00..66370b0cdad 100644
--- a/sys/dev/pci/if_iwi.c
+++ b/sys/dev/pci/if_iwi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwi.c,v 1.55 2005/11/23 21:29:05 damien Exp $ */
+/* $OpenBSD: if_iwi.c,v 1.56 2006/01/04 06:04:41 canacar Exp $ */
/*-
* Copyright (c) 2004, 2005
@@ -328,9 +328,6 @@ iwi_detach(struct device* self, int flags)
iwi_stop(ifp, 1);
-#if NBPFILTER > 0
- bpfdetach(ifp);
-#endif
ieee80211_ifdetach(ifp);
if_detach(ifp);