From: Mohamed Abbas Date: Fri, 12 Dec 2008 16:22:15 +0000 (-0800) Subject: iwlagn: fix agn rate scaling X-Git-Tag: v2.6.29-rc1~581^2~105^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e490362feb648048ef20db9b0b2531d5425775;p=pandora-kernel.git iwlagn: fix agn rate scaling Rate scaling in agn can be broken because of these two problems 1- the LQ command could not sent, we try to call LQ command before post association will be rejected, this will cause the driver to break in rs_tx_status reporting initial rate does not match. 2- In rs_rate_init we can get a value of 12, rate 60, for last_txrate_idx, this rate only valid in SISO/MIMO mode only Signed-off-by: Mohamed Abbas Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed