aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-02-04 00:25:18 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-02-04 00:25:18 +0000
commitf6c4b1690fd97e3c124c2b33c6340b15245d3c9b (patch)
tree2afebc6aa292df57a1b6000e1f04eefa81f5da20 /sys/dev
parent834d160b3a9133128c64362a8c9a880909c946d3 (diff)
downloadsrc-f6c4b1690fd97e3c124c2b33c6340b15245d3c9b.tar.gz
src-f6c4b1690fd97e3c124c2b33c6340b15245d3c9b.zip
Oops, fix newbie mistake that breaks the normal build.
Notes
Notes: svn path=/head/; revision=218243
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ath/if_ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 5eede3bdcb59..a969f16d5c73 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -3892,7 +3892,7 @@ rx_accept:
IEEE80211_KEYIX_NONE : rs->rs_keyix);
sc->sc_lastrs = rs;
if (ni != NULL) {
-#if NOTYET
+#ifdef NOTYET
/* tag AMPDU aggregates for reorder processing */
/*
* XXX this should only tag frames marked as aggregate; rather