ath9k: remove a lock to fix a deadlock on hw reset
[openwrt/openwrt.git] / package / mac80211 / patches / 512-ath9k_channelbw_debugfs.patch
index 73ffc8b3b983b8e56a877af56aa19ba81a517748..4d20502d131aa89585e56a62798f1d5c64638d45 100644 (file)
@@ -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
  };