summaryrefslogtreecommitdiffstats
path: root/drivers/net/skge.c
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@googlemail.com>2009-09-29 20:47:25 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-09-29 23:25:16 +0200
commite16c1bb67a0010b5bad26ddc3e691655fd7456e3 (patch)
treed051731baf91baced7b3811ceab61ec94b005912 /drivers/net/skge.c
parentrt2x00: Thrustmaster FunAccess WIFI USB and rt73usb (diff)
downloadlinux-e16c1bb67a0010b5bad26ddc3e691655fd7456e3.tar.xz
linux-e16c1bb67a0010b5bad26ddc3e691655fd7456e3.zip
ar9170: fix bug in iq-auto calibration value calculation
This patch fixes a embarrassing bug which was introduced by: "[PATCH] ar9170: implement frequency calibration for one-stage/openfw" The phy_data variable initialization has to done outside the for-loop scope. This is because the for-loop uses u32 phy_data variable more like a 4-byte field. But in each run only a single byte is calculated. Therefore phy_data content needs to stay the same for at least 3 more iterations, before the complete set can be uploaded. Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/skge.c')
0 files changed, 0 insertions, 0 deletions