From: Felix Fietkau Date: Sun, 20 Jan 2013 17:51:53 +0000 (+0100) Subject: ath9k: clean up processing of pending tx frames on reset X-Git-Tag: v3.9-rc1~139^2~242^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1381559ba48a04ca7c98f1b4c487bd44d0b75db5;p=pandora-kernel.git ath9k: clean up processing of pending tx frames on reset Dropping packets from aggregation sessions is usually not a good idea, as it might upset the synchronization of the BlockAck receive window of the remote node. The use of the retry_tx parameter to reset/tx-drain functions also seemed a bit arbitrary. This patch removes this parameter altogether and ensures that pending tx frames are not dropped for no good reason. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed