diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 0ae9e8d7659f..5eede3bdcb59 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -3892,9 +3892,15 @@ rx_accept: IEEE80211_KEYIX_NONE : rs->rs_keyix); sc->sc_lastrs = rs; if (ni != NULL) { +#if NOTYET /* tag AMPDU aggregates for reorder processing */ + /* + * XXX this should only tag frames marked as aggregate; rather + * XXX than all frames. + */ if (ni->ni_flags & IEEE80211_NODE_HT) m->m_flags |= M_AMPDU; +#endif /* * Sending station is known, dispatch directly.