From: Felix Fietkau Date: Sun, 24 Jan 2010 02:26:11 +0000 (+0100) Subject: ath9k: improve max rate retry handling X-Git-Tag: v2.6.34-rc1~233^2~421^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658965107e2a45a1a4297cb494adc55797dd9ad1;p=pandora-kernel.git ath9k: improve max rate retry handling ath9k currently forces hw->max_rate_tries to 4 to work around rate control inefficiencies. This has some negative side effects, such as rate_control_send_low also using a maximum of 4 tries, which could negatively affect reliability of unicast management frames. This patch pushes the retry limit to the rate control instead, and allows it to use more tries on the last stage to prevent unnecessary packet loss. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed