svn commit: r219868 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Tue Mar 22 13:20:11 UTC 2011
Author: adrian
Date: Tue Mar 22 13:20:11 2011
New Revision: 219868
URL: http://svn.freebsd.org/changeset/base/219868
Log:
This isn't actually needed any longer, A-MPDU frames work fine if only tagged for 11n nodes.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c Tue Mar 22 13:19:29 2011 (r219867)
+++ head/sys/dev/ath/if_ath.c Tue Mar 22 13:20:11 2011 (r219868)
@@ -3531,15 +3531,6 @@ rx_accept:
rs->rs_keyix == HAL_RXKEYIX_INVALID ?
IEEE80211_KEYIX_NONE : rs->rs_keyix);
sc->sc_lastrs = rs;
- /* tag AMPDU aggregates for reorder processing */
-#if 0
- /*
- * Just make sure all frames are tagged for AMPDU reorder checking.
- * As there seems to be some situations where single frames aren't
- * matching a node but bump the seqno. This needs to be investigated.
- */
- m->m_flags |= M_AMPDU;
-#endif
/* Keep statistics on the number of aggregate packets received */
if (rs->rs_isaggr)
More information about the svn-src-all
mailing list