From: Felix Fietkau Date: Sun, 10 Apr 2011 16:32:17 +0000 (+0200) Subject: ath5k: remove ts_retry from ath5k_tx_status X-Git-Tag: v3.0-rc1~377^2~256^2^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed8950857f728303a1463ac9267e72c278738bf6;p=pandora-kernel.git ath5k: remove ts_retry from ath5k_tx_status Reusing the configured retry counts from the skb cb is more efficient than reloading the data from uncached memory. Replace ts_longretry (unused) with ts_final_retry which contains the retry count for the final rate only Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed