rt2x00: rt2800lib: fix default TX power check for RT55xx
authorGabor Juhos <juhosg@openwrt.org>
Tue, 25 Jun 2013 20:57:29 +0000 (22:57 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Jun 2013 17:42:13 +0000 (13:42 -0400)
commit0847beb2865f5ef1c8626ec1a37def18f3d6c41a
tree41255cbf1b8adaeeff47238f89f40dc0aee84a86
parent9a54c17636814bce1ee19585231a4a038000c8bd
rt2x00: rt2800lib: fix default TX power check for RT55xx

The code writes the default_power2 value into the TX field
of the RFCSR50 register, however the condition in the if
statement uses default_power1. Due to this, wrong TX power
value might be written into the register.

Use the correct value in the condition to fix the issue.

Compile tested only.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: stable@vger.kernel.org # 3.10
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800lib.c