aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/420-ath5k_disable_fast_cc.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-30 01:01:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-30 01:01:06 +0000
commit79e4cca4e70410bcd97597d01803df4f10b64808 (patch)
treeddbb857e08e6eb21ee8427a2f433273ee056a28f /package/mac80211/patches/420-ath5k_disable_fast_cc.patch
parent06134628f51c310f52435653f8b46b78f340e68b (diff)
downloadmaster-187ad058-79e4cca4e70410bcd97597d01803df4f10b64808.tar.gz
master-187ad058-79e4cca4e70410bcd97597d01803df4f10b64808.tar.bz2
master-187ad058-79e4cca4e70410bcd97597d01803df4f10b64808.zip
mac80211: update to wireless-testing 2012-05-29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32002 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/420-ath5k_disable_fast_cc.patch')
-rw-r--r--package/mac80211/patches/420-ath5k_disable_fast_cc.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/420-ath5k_disable_fast_cc.patch b/package/mac80211/patches/420-ath5k_disable_fast_cc.patch
index b63382e4bc..bd661c6fbf 100644
--- a/package/mac80211/patches/420-ath5k_disable_fast_cc.patch
+++ b/package/mac80211/patches/420-ath5k_disable_fast_cc.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath5k/reset.c
+++ b/drivers/net/wireless/ath/ath5k/reset.c
-@@ -1155,6 +1155,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum
+@@ -1156,6 +1156,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum
tsf_lo = 0;
mode = 0;
@@ -8,7 +8,7 @@
/*
* Sanity check for fast flag
* Fast channel change only available
-@@ -1162,6 +1163,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum
+@@ -1163,6 +1164,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum
*/
if (fast && (ah->ah_radio != AR5K_RF2413) &&
(ah->ah_radio != AR5K_RF5413))