From 1f4a550847316d9c238e631b6164381b8b07394a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 11 Jul 2010 03:50:46 +0000 Subject: ath9k: add another batch of stability updates and misc fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22123 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/521-ath9k_iqcal_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/mac80211/patches/521-ath9k_iqcal_fix.patch (limited to 'package/mac80211/patches/521-ath9k_iqcal_fix.patch') diff --git a/package/mac80211/patches/521-ath9k_iqcal_fix.patch b/package/mac80211/patches/521-ath9k_iqcal_fix.patch new file mode 100644 index 0000000000..1efd6ccccc --- /dev/null +++ b/package/mac80211/patches/521-ath9k_iqcal_fix.patch @@ -0,0 +1,11 @@ +--- 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", -- cgit v1.2.3