rt2x00: read 5GHz TX power values from the correct offset
authorGabor Juhos <juhosg@openwrt.org>
Sat, 22 Jun 2013 11:13:25 +0000 (13:13 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Jun 2013 18:44:25 +0000 (14:44 -0400)
commit0a6f3a8ebaf13407523c2c7d575b4ca2debd23ba
treefe0045ec2dd74c1c43b8fdb9c07e7494bf1fd45f
parent428e3cf5f98cf9528586854b1c4f9f9f76f54b4e
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 <juhosg@openwrt.org>
Cc: stable@vger.kernel.org
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800lib.c
drivers/net/wireless/rt2x00/rt61pci.c
drivers/net/wireless/rt2x00/rt73usb.c