[ath9k-devel] [PATCH] ath9k: Test for TID only in BlockAcks while checking tx status

2012-10-29 Thread Sven Eckelmann
The ath9k xmit functions for AMPDUs can send frames as non-aggregate in case only one frame is currently available. The client will then answer using a normal Ack instead of a BlockAck. This acknowledgement has no TID stored and therefore the hardware is not able to provide us the corresponding

Re: [ath9k-devel] [PATCH] ath9k: Test for TID only in BlockAcks while checking tx status

2012-10-29 Thread Felix Fietkau
On 2012-10-29 1:25 PM, Sven Eckelmann wrote: The ath9k xmit functions for AMPDUs can send frames as non-aggregate in case only one frame is currently available. The client will then answer using a normal Ack instead of a BlockAck. This acknowledgement has no TID stored and therefore the

Re: [ath9k-devel] [PATCH] ath9k: Test for TID only in BlockAcks while checking tx status

2012-10-29 Thread Felix Fietkau
On 2012-10-29 1:34 PM, Felix Fietkau wrote: On 2012-10-29 1:25 PM, Sven Eckelmann wrote: The ath9k xmit functions for AMPDUs can send frames as non-aggregate in case only one frame is currently available. The client will then answer using a normal Ack instead of a BlockAck. This