This isn't actually needed any longer, A-MPDU frames work fine if only tagged for 11n nodes.
This commit is contained in:
parent
3929fadffc
commit
3533e9348f
@ -3531,15 +3531,6 @@ ath_rx_proc(void *arg, int npending)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user