Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2011 13:20:11 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219868 - head/sys/dev/ath
Message-ID:  <201103221320.p2MDKB3T060723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103221320.p2MDKB3T060723>