aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-14 09:52:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-14 09:52:14 +0000
commitfef4cf011078377129ab3e1c2efd7e5f96a7a660 (patch)
tree3800c9dd4d0e32cc636e4d9b8e85dbfac154047b /package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
parentd4bb3c3e56f9c8ed3b3af3db8163cc5eacd777ab (diff)
downloadupstream-fef4cf011078377129ab3e1c2efd7e5f96a7a660.tar.gz
upstream-fef4cf011078377129ab3e1c2efd7e5f96a7a660.tar.bz2
upstream-fef4cf011078377129ab3e1c2efd7e5f96a7a660.zip
ath9k: remove a lock to fix a deadlock on hw reset
Backport of r35147 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35148 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/512-ath9k_channelbw_debugfs.patch')
-rw-r--r--package/mac80211/patches/512-ath9k_channelbw_debugfs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch b/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
index e64132e03a..db6d36b68e 100644
--- a/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
+++ b/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
-@@ -657,6 +657,7 @@ struct ath_softc {
+@@ -656,6 +656,7 @@ struct ath_softc {
struct ieee80211_hw *hw;
struct device *dev;
@@ -8,7 +8,7 @@
struct survey_info *cur_survey;
struct survey_info survey[ATH9K_NUM_CHANNELS];
-@@ -732,6 +733,7 @@ struct ath_softc {
+@@ -731,6 +732,7 @@ struct ath_softc {
#endif
};