diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-14 09:51:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-14 09:51:53 +0000 |
commit | fca519e06da8a0268efc1fa20bdcdccb6497fe96 (patch) | |
tree | 0680b7b0cf8d3c795c3aed8e2d9fe8caecd1d90e /package/mac80211/patches/512-ath9k_channelbw_debugfs.patch | |
parent | 58df48212c0a14713100aeb267d49557f4ee42ca (diff) | |
download | upstream-fca519e06da8a0268efc1fa20bdcdccb6497fe96.tar.gz upstream-fca519e06da8a0268efc1fa20bdcdccb6497fe96.tar.bz2 upstream-fca519e06da8a0268efc1fa20bdcdccb6497fe96.zip |
ath9k: remove a lock to fix a deadlock on hw reset
SVN-Revision: 35147
Diffstat (limited to 'package/mac80211/patches/512-ath9k_channelbw_debugfs.patch')
-rw-r--r-- | package/mac80211/patches/512-ath9k_channelbw_debugfs.patch | 4 |
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 }; |