From: Senthil Balasubramanian Date: Tue, 27 Jul 2010 13:46:33 +0000 (+0530) Subject: ath9k: Fix incorrect user ratekbs of MCS15 ShortGI X-Git-Tag: v2.6.36-rc1~571^2~64^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812c7c35a0fb6081e492cfa890947c54fe5844fd;p=pandora-kernel.git ath9k: Fix incorrect user ratekbs of MCS15 ShortGI The user ratekbs of MCS15 ShortGI is incorrect and can not be lesser than MCS15 rate. This incorrect rate may affect switching to higher rates as the rate control algorithm always finds MCS15 is better than MCS15 ShortGI and results in lower throughput. Fix this by feeding the correct user ratekbs for MCS15 ShortGI rate. This issue affects 3 stream case very badly as the 3 stream rates are not used at all once we scale down to MCS15 from 3 stream rates. Signed-off-by: Senthil Balasubramanian Signed-off-by: John W. Linville --- Reading git-diff-tree failed