summaryrefslogtreecommitdiff
path: root/sys/dev/ic/an.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-09-30 11:33:15 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-09-30 11:33:15 +0000
commitbf235b83a1b1373d5ee7f39870fdbc5eaf88f15e (patch)
treece433d5d3fe79de6330fa7c7679573184a847c09 /sys/dev/ic/an.c
parentfbd4c04a43ea0c5d146e437c3e76aa929593d051 (diff)
s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.
Diffstat (limited to 'sys/dev/ic/an.c')
-rw-r--r--sys/dev/ic/an.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c
index 782882e8564..a2f2f5787df 100644
--- a/sys/dev/ic/an.c
+++ b/sys/dev/ic/an.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: an.c,v 1.53 2007/01/03 18:16:43 claudio Exp $ */
+/* $OpenBSD: an.c,v 1.54 2007/09/30 11:33:14 kettenis Exp $ */
/* $NetBSD: an.c,v 1.34 2005/06/20 02:49:18 atatat Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -471,7 +471,7 @@ an_rxeof(struct an_softc *sc)
mb.m_flags = 0;
bpf_mtap(sc->sc_drvbpf, &mb, BPF_DIRECTION_IN);
}
-#endif /* NPBFILTER > 0 */
+#endif /* NBPFILTER > 0 */
wh = mtod(m, struct ieee80211_frame *);
if (wh->i_fc[1] & IEEE80211_FC1_WEP) {