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