summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/551-ath9k-ar933x-usb-hang-workaround.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-29 18:51:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-29 18:51:25 +0000
commitcbc069f9c1b256ebb0229f62a09516a65f760a1f (patch)
treeb475f93b78e066ca9e4af1144c1910cc6f9e8e6b /package/kernel/mac80211/patches/551-ath9k-ar933x-usb-hang-workaround.patch
parent6e2262898f1ce420be6156e806f3e4854209ac7e (diff)
downloadmtk-20170518-cbc069f9c1b256ebb0229f62a09516a65f760a1f.zip
mtk-20170518-cbc069f9c1b256ebb0229f62a09516a65f760a1f.tar.gz
mtk-20170518-cbc069f9c1b256ebb0229f62a09516a65f760a1f.tar.bz2
ath9k: add back missing fixes from the last version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42701
Diffstat (limited to 'package/kernel/mac80211/patches/551-ath9k-ar933x-usb-hang-workaround.patch')
-rw-r--r--package/kernel/mac80211/patches/551-ath9k-ar933x-usb-hang-workaround.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/mac80211/patches/551-ath9k-ar933x-usb-hang-workaround.patch b/package/kernel/mac80211/patches/551-ath9k-ar933x-usb-hang-workaround.patch
index 98aaa67..1bea163 100644
--- a/package/kernel/mac80211/patches/551-ath9k-ar933x-usb-hang-workaround.patch
+++ b/package/kernel/mac80211/patches/551-ath9k-ar933x-usb-hang-workaround.patch
@@ -20,7 +20,7 @@
/******************/
/* Chip Revisions */
/******************/
-@@ -1348,6 +1361,9 @@ static bool ath9k_hw_set_reset(struct at
+@@ -1351,6 +1364,9 @@ static bool ath9k_hw_set_reset(struct at
if (AR_SREV_9100(ah))
udelay(50);
@@ -30,7 +30,7 @@
return true;
}
-@@ -1447,6 +1463,9 @@ static bool ath9k_hw_chip_reset(struct a
+@@ -1450,6 +1466,9 @@ static bool ath9k_hw_chip_reset(struct a
ar9003_hw_internal_regulator_apply(ah);
ath9k_hw_init_pll(ah, chan);
@@ -40,7 +40,7 @@
return true;
}
-@@ -1741,8 +1760,14 @@ static int ath9k_hw_do_fastcc(struct ath
+@@ -1744,8 +1763,14 @@ static int ath9k_hw_do_fastcc(struct ath
if (AR_SREV_9271(ah))
ar9002_hw_load_ani_reg(ah, chan);
@@ -55,7 +55,7 @@
return -EINVAL;
}
-@@ -1990,6 +2015,9 @@ int ath9k_hw_reset(struct ath_hw *ah, st
+@@ -1993,6 +2018,9 @@ int ath9k_hw_reset(struct ath_hw *ah, st
ath9k_hw_set_radar_params(ah);
}