diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-04-16 21:08:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-04-16 21:08:41 +0000 |
commit | c0c371b58134d391f46de6dabf2bd0a96267cb38 (patch) | |
tree | 7b489799c8ddbfdd0ac3462317ce2be1a41368ed /package/mac80211/patches/430-ath5k_disable_fast_cc.patch | |
parent | c379502147ee31e5b429ea8c38ae8c79e158e96a (diff) | |
download | mtk-20170518-c0c371b58134d391f46de6dabf2bd0a96267cb38.zip mtk-20170518-c0c371b58134d391f46de6dabf2bd0a96267cb38.tar.gz mtk-20170518-c0c371b58134d391f46de6dabf2bd0a96267cb38.tar.bz2 |
mac80211: update to wireless-testing 2012-04-13
SVN-Revision: 31322
Diffstat (limited to 'package/mac80211/patches/430-ath5k_disable_fast_cc.patch')
-rw-r--r-- | package/mac80211/patches/430-ath5k_disable_fast_cc.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/mac80211/patches/430-ath5k_disable_fast_cc.patch b/package/mac80211/patches/430-ath5k_disable_fast_cc.patch deleted file mode 100644 index 68d5db0..0000000 --- a/package/mac80211/patches/430-ath5k_disable_fast_cc.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/drivers/net/wireless/ath/ath5k/reset.c -+++ b/drivers/net/wireless/ath/ath5k/reset.c -@@ -1152,6 +1152,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum - tsf_lo = 0; - mode = 0; - -+#if 0 - /* - * Sanity check for fast flag - * Fast channel change only available -@@ -1159,6 +1160,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum - */ - if (fast && (ah->ah_radio != AR5K_RF2413) && - (ah->ah_radio != AR5K_RF5413)) -+#endif - fast = false; - - /* Disable sleep clock operation |