From f6c4b1690fd97e3c124c2b33c6340b15245d3c9b Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 4 Feb 2011 00:25:18 +0000 Subject: [PATCH] Oops, fix newbie mistake that breaks the normal build. --- sys/dev/ath/if_ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ ath_rx_proc(void *arg, int npending) 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