ath9k: add another batch of stability updates and misc fixes
[openwrt.git] / package / mac80211 / patches / 521-ath9k_iqcal_fix.patch
1 --- a/drivers/net/wireless/ath/ath9k/ar9002_calib.c
2 +++ b/drivers/net/wireless/ath/ath9k/ar9002_calib.c
3 @@ -239,7 +239,7 @@ static void ar9002_hw_iqcalibrate(struct
4 if (qCoff > 15)
5 qCoff = 15;
6 else if (qCoff <= -16)
7 - qCoff = 16;
8 + qCoff = -16;
9
10 ath_print(common, ATH_DBG_CALIBRATE,
11 "Chn %d : iCoff = 0x%x qCoff = 0x%x\n",
This page took 0.072205 seconds and 5 git commands to generate.