From: Luis R. Rodriguez Date: Wed, 15 Jul 2009 00:13:56 +0000 (-0400) Subject: ath9k: cleanup try count for MRR in rate control X-Git-Tag: v2.6.32-rc1~703^2~544^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1901830ca7baaaae2e58f549f770f215c6f3af;p=pandora-kernel.git ath9k: cleanup try count for MRR in rate control This has no functional change and just cleans up the code to be more legible and removes a useless variable for Multi Rate Retry. For regular frames we use 2 retries for MRR segments [0-2]. For the last MRR segment [3] we use 4. MRR[0] = 2 MRR[1] = 2 MRR[2] = 2 MRR[3] = 4 Cc: Derek Smithies Cc: Chittajit Mitra Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed