From: Christian Lamparter Date: Tue, 29 Sep 2009 18:47:25 +0000 (+0200) Subject: ar9170: fix bug in iq-auto calibration value calculation X-Git-Tag: v2.6.32-rc3~12^2~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16c1bb67a0010b5bad26ddc3e691655fd7456e3;p=pandora-kernel.git 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 Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed