OSDN Git Service

ath9k_hw: fix a sign error in the IQ calibration code
authorFelix Fietkau <nbd@openwrt.org>
Sun, 11 Jul 2010 10:48:40 +0000 (12:48 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 18:09:17 +0000 (11:09 -0700)
commit 23399016d9583d799ca98ce443a1410b13c3e96e upstream.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath/ath9k/ar9002_calib.c

index 5fdbb53..dabafb8 100644 (file)
@@ -239,7 +239,7 @@ static void ar9002_hw_iqcalibrate(struct ath_hw *ah, u8 numChains)
                        if (qCoff > 15)
                                qCoff = 15;
                        else if (qCoff <= -16)
-                               qCoff = 16;
+                               qCoff = -16;
 
                        ath_print(common, ATH_DBG_CALIBRATE,
                                  "Chn %d : iCoff = 0x%x  qCoff = 0x%x\n",