summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/581-ath9k_use_reset_work.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/581-ath9k_use_reset_work.patch')
-rw-r--r--package/mac80211/patches/581-ath9k_use_reset_work.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/581-ath9k_use_reset_work.patch b/package/mac80211/patches/581-ath9k_use_reset_work.patch
index 7836718bb..810d968c4 100644
--- a/package/mac80211/patches/581-ath9k_use_reset_work.patch
+++ b/package/mac80211/patches/581-ath9k_use_reset_work.patch
@@ -173,7 +173,7 @@
+void ath_reset_work(struct work_struct *work)
+{
-+ struct ath_softc *sc = container_of(work, struct ath_softc, hw_check_work);
++ struct ath_softc *sc = container_of(work, struct ath_softc, hw_reset_work);
+
+ spin_lock_bh(&sc->sc_pcu_lock);
+ ath_reset(sc, true);