linux/drivers/net/wireless/ath
Christian Lamparter e16c1bb67a 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>
2009-09-29 17:25:16 -04:00
..
ar9170 ar9170: fix bug in iq-auto calibration value calculation 2009-09-29 17:25:16 -04:00
ath5k trivial: fix typos "man[ae]g?ment" -> "management" 2009-09-21 15:14:56 +02:00
ath9k ath9k: Initialize txgain and rxgain for newer AR9287 chipsets. 2009-09-23 11:35:54 -04:00
ath.h ath: move regulatory info into shared common structure 2009-08-20 11:36:03 -04:00
Kconfig ath: add common ath_rxbuf_alloc() and make ath9k use it 2009-08-14 09:14:05 -04:00
main.c ath: add common ath_rxbuf_alloc() and make ath9k use it 2009-08-14 09:14:05 -04:00
Makefile
regd.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-07-23 19:03:51 -07:00
regd.h ath,ar9170: move CTL_ defines into regd.h 2009-09-08 16:31:09 -04:00
regd_common.h ath,ar9170: move CTL_ defines into regd.h 2009-09-08 16:31:09 -04:00