From: Felix Fietkau Date: Thu, 24 Dec 2009 13:04:32 +0000 (+0100) Subject: ath9k: fix missed error codes in the tx status check X-Git-Tag: v2.6.33-rc3~44^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b479a076de091590423a9e6dfc2584126b28761;p=pandora-kernel.git ath9k: fix missed error codes in the tx status check My previous change added in: commit 815833e7ecf0b9a017315cae6aef4d7cd9517681 ath9k: fix tx status reporting was not checking all possible tx error conditions. This could possibly lead to throughput issues due to slow rate control adaption or missed retransmissions of failed A-MPDU frames. This patch adds a mask for all possible error conditions and uses it in the xmit ok check. Cc: stable@kernel.org Reported-by: Björn Smedman Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed