diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-02-23 01:12:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-02-23 01:12:36 +0000 |
commit | e526c7bc1718f3e0dd4ed1e774f08b449ae27cce (patch) | |
tree | 396ae820a3fa3a6162066e9babb6fa43e98e113b /package/mac80211/patches/420-ath5k_disable_fast_cc.patch | |
parent | c4c43eed046e4107fb24e79099159af63e535003 (diff) | |
download | mtk-20170518-e526c7bc1718f3e0dd4ed1e774f08b449ae27cce.zip mtk-20170518-e526c7bc1718f3e0dd4ed1e774f08b449ae27cce.tar.gz mtk-20170518-e526c7bc1718f3e0dd4ed1e774f08b449ae27cce.tar.bz2 |
mac80211: update to wireless-testing 2013-02-22
SVN-Revision: 35753
Diffstat (limited to 'package/mac80211/patches/420-ath5k_disable_fast_cc.patch')
-rw-r--r-- | package/mac80211/patches/420-ath5k_disable_fast_cc.patch | 4 |
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 bd661c6..48b8467 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 -@@ -1156,6 +1156,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum +@@ -1158,6 +1158,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 -@@ -1163,6 +1164,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum +@@ -1165,6 +1166,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum */ if (fast && (ah->ah_radio != AR5K_RF2413) && (ah->ah_radio != AR5K_RF5413)) |