ath9k: Fix regression in PA calibration
authorSujith <Sujith.Manoharan@atheros.com>
Thu, 17 Sep 2009 03:58:41 +0000 (09:28 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 23 Sep 2009 15:35:52 +0000 (11:35 -0400)
commitedbf51f65eefb952a03c00eadefa9aa48580fcc6
treec34b44424047962e65c9b71e4d2e7dbf3d2ee7d1
parentd865ca6c147552a1c38161e2e262c4ab59e762d6
ath9k: Fix regression in PA calibration

The commit "ath9k: Fix bugs in programming registers during PA CAL"
removed a REG_READ of 0x7834. This resulted in incorrect
computation of the subsequent value to be written in RF2G6.

This patch fixes the regression by re-adding the REG_READ.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/calib.c