From mboxrd@z Thu Jan 1 00:00:00 1970 From: Date: Sun, 15 Jan 2012 08:24:56 -0000 Subject: No subject Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org =A0=A0=A0 /* Only use status info from the last fragment */ =A0=A0=A0 if (rx_stats->rs_more) =A0=A0=A0 =A0=A0=A0 return 0=3B rs_more is set from the receive descriptor in ath9k_hw_rxprocdesc=2C so if = "fragment" is an A-MPDU subframe=2C each subframe gets its own descriptor. = This looks promising. =