aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-03-22 13:20:11 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-03-22 13:20:11 +0000
commit44a3316e1f4cac740c0b9b78da56bc4f5314adc2 (patch)
tree7788c329eb974937d817c5f0b53c49dfb2df3b73
parente786cbfdd28817f971be84a6a399d2692ae1395a (diff)
downloadsrc-44a3316e1f4cac740c0b9b78da56bc4f5314adc2.tar.gz
src-44a3316e1f4cac740c0b9b78da56bc4f5314adc2.zip
This isn't actually needed any longer, A-MPDU frames work fine if only tagged for 11n nodes.
Notes
Notes: svn path=/head/; revision=219868
-rw-r--r--sys/dev/ath/if_ath.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 97b5b6b8fe26..da66241942c6 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -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)