From 06712cae90ecadbae490ec6967e5ab8805ec4a25 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 5 Oct 2013 12:12:21 +0000 Subject: ath9k: fix tx queueing issues after background scans Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38304 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch') diff --git a/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch b/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch index 69923242ae..c805e2aa2e 100644 --- a/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch +++ b/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch @@ -72,7 +72,7 @@ debugfs_create_file("interrupt", S_IRUSR, sc->debug.debugfs_phy, sc, --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c -@@ -1200,8 +1200,10 @@ static int ath9k_config(struct ieee80211 +@@ -1199,8 +1199,10 @@ static int ath9k_config(struct ieee80211 if ((changed & IEEE80211_CONF_CHANGE_CHANNEL) || reset_channel) { struct ieee80211_channel *curchan = hw->conf.chandef.chan; @@ -83,7 +83,7 @@ unsigned long flags; if (ah->curchan) -@@ -1238,7 +1240,23 @@ static int ath9k_config(struct ieee80211 +@@ -1237,7 +1239,23 @@ static int ath9k_config(struct ieee80211 memset(&sc->survey[pos], 0, sizeof(struct survey_info)); } -- cgit v1.2.3