summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/523-ath9k_channel_change_fix.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-20 01:54:01 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-20 01:54:01 +0000
commit6d574c2b2436ceda00d004b7e0aaf2cba45b0d95 (patch)
tree76c4e64996b51fc767b8444a05f8ef74f0cb70f1 /package/mac80211/patches/523-ath9k_channel_change_fix.patch
parent98b06e803d13809335adb3e3f9428e31eba6538f (diff)
mac80211: update to wireless-testing 2010-07-16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/523-ath9k_channel_change_fix.patch')
-rw-r--r--package/mac80211/patches/523-ath9k_channel_change_fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/mac80211/patches/523-ath9k_channel_change_fix.patch b/package/mac80211/patches/523-ath9k_channel_change_fix.patch
deleted file mode 100644
index 0f10cb38d..000000000
--- a/package/mac80211/patches/523-ath9k_channel_change_fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/hw.c
-+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1244,9 +1244,11 @@ int ath9k_hw_reset(struct ath_hw *ah, st
-
- if (!ah->chip_fullsleep) {
- ath9k_hw_abortpcurecv(ah);
-- if (!ath9k_hw_stopdmarecv(ah))
-+ if (!ath9k_hw_stopdmarecv(ah)) {
- ath_print(common, ATH_DBG_XMIT,
- "Failed to stop receive dma\n");
-+ bChannelChange = false;
-+ }
- }
-
- if (!ath9k_hw_setpower(ah, ATH9K_PM_AWAKE))