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:51:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-14 09:51:53 +0000
commit46e56ff4d043e17d1e6f6cea971929e5fe1cc8b4 (patch)
tree6302cf24e5f143a570f0d1fdb9e74895716551d7 /package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
parentb35a5a31cd7fc0738e2b7db489916d9e122790ad (diff)
downloadmaster-187ad058-46e56ff4d043e17d1e6f6cea971929e5fe1cc8b4.tar.gz
master-187ad058-46e56ff4d043e17d1e6f6cea971929e5fe1cc8b4.tar.bz2
master-187ad058-46e56ff4d043e17d1e6f6cea971929e5fe1cc8b4.zip
ath9k: remove a lock to fix a deadlock on hw reset
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35147 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 73ffc8b3b9..4d20502d13 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
-@@ -672,6 +672,7 @@ struct ath_softc {
+@@ -671,6 +671,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];
-@@ -744,6 +745,7 @@ struct ath_softc {
+@@ -743,6 +744,7 @@ struct ath_softc {
#endif
};