From: Gabor Juhos Date: Sat, 22 Jun 2013 11:13:25 +0000 (+0200) Subject: rt2x00: read 5GHz TX power values from the correct offset X-Git-Tag: v3.11-rc1~64^2~78^2^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6f3a8ebaf13407523c2c7d575b4ca2debd23ba;p=pandora-kernel.git rt2x00: read 5GHz TX power values from the correct offset The current code uses the same index value both for the channel information array and for the TX power table. The index starts from 14, however the index of the TX power table must start from zero. Fix it, in order to get the correct TX power value for a given channel. The changes in rt61pci.c and rt73usb.c are compile tested only. Signed-off-by: Gabor Juhos Cc: stable@vger.kernel.org Acked-by: Stanislaw Gruszka Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed