From: Felix Fietkau Date: Fri, 17 May 2013 10:58:26 +0000 (+0200) Subject: ath9k: fix draining aggregation tid buffers X-Git-Tag: v3.10-rc3~18^2~18^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb4880d9ef30375da4507aeabd6dc261a2c6c2b;p=pandora-kernel.git ath9k: fix draining aggregation tid buffers After a tx attempt, an A-MPDU subframe can still have fi->retries at 0 (if the retry count wasn't incremented due to powersave). In that case it is still tracked as part of the block ack window, so when draining the tid queue, its sequence number needs to be cleared from the pending frame bitmap. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed