mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 09:05:00 +02:00
b03d47c107
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22123 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
355 B
Diff
12 lines
355 B
Diff
--- a/drivers/net/wireless/ath/ath9k/ar9002_calib.c
|
|
+++ b/drivers/net/wireless/ath/ath9k/ar9002_calib.c
|
|
@@ -239,7 +239,7 @@ static void ar9002_hw_iqcalibrate(struct
|
|
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",
|