From 691b253e47367f64097023ba2afcc595ca120786 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 16 Apr 2012 21:08:41 +0000 Subject: mac80211: update to wireless-testing 2012-04-13 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31322 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../mac80211/patches/420-ath5k_disable_fast_cc.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/mac80211/patches/420-ath5k_disable_fast_cc.patch (limited to 'package/mac80211/patches/420-ath5k_disable_fast_cc.patch') diff --git a/package/mac80211/patches/420-ath5k_disable_fast_cc.patch b/package/mac80211/patches/420-ath5k_disable_fast_cc.patch new file mode 100644 index 000000000..b63382e4b --- /dev/null +++ b/package/mac80211/patches/420-ath5k_disable_fast_cc.patch @@ -0,0 +1,18 @@ +--- 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 + tsf_lo = 0; + mode = 0; + ++#if 0 + /* + * Sanity check for fast flag + * Fast channel change only available +@@ -1162,6 +1163,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 -- cgit v1.2.3