mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 10:59:20 +02:00
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",
|