]> git.baikalelectronics.ru Git - kernel.git/commit
rt2x00: rt2800lib: fix VGC adjustment for RT5592
authorGabor Juhos <juhosg@openwrt.org>
Thu, 3 Oct 2013 18:00:40 +0000 (20:00 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 10 Oct 2013 17:53:07 +0000 (13:53 -0400)
commit0341745620a98143d971969badba93a7afe5886d
tree33f11ce7ea2559c55a80b30c5751a12a50578d62
parent26bc75fc56a70ed38514489e198c4e4351e6341f
rt2x00: rt2800lib: fix VGC adjustment for RT5592

In commit 51d9b7a87638b738aa9d4f2f3f58c8c1d5ca0616
(rt2800: 5592: add chip specific vgc calculations)
the rt2800_link_tuner function has been modified to
adjust VGC level for the RT5592 chipset.

On the RT5592 chipset, the VGC level must be adjusted
only if rssi is greater than -65. However the current
code adjusts the VGC value by 0x10 regardless of the
actual chipset if the rssi value is between -80 and
-65.

Fix the broken behaviour by reordering the if-else
statements.

Cc: stable@vger.kernel.org
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800lib.c