summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-25 18:34:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-09-25 18:34:38 +0000
commitf45bd67de06f308be62b675a8de968043c59f7e2 (patch)
treecf19706ec7c259a3582adae0baadcdf71c6b1319 /package/mac80211
parent6addd50b9dd73c4dd1042a0fac08b1b526c58e78 (diff)
downloadmaster-31e0f0ae-f45bd67de06f308be62b675a8de968043c59f7e2.tar.gz
master-31e0f0ae-f45bd67de06f308be62b675a8de968043c59f7e2.tar.bz2
master-31e0f0ae-f45bd67de06f308be62b675a8de968043c59f7e2.zip
ath9k: merge a pending fix for powersave
SVN-Revision: 28300
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/patches/300-pending_work.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch
index fde95c940b..d3bcece60d 100644
--- a/package/mac80211/patches/300-pending_work.patch
+++ b/package/mac80211/patches/300-pending_work.patch
@@ -1139,7 +1139,7 @@
+ ath_hw_cycle_counters_update(common);
+ spin_unlock(&common->cc_lock);
+
-+ ath9k_hw_setpower(sc->sc_ah, ATH9K_PM_NETWORK_SLEEP);
++ ath9k_hw_setpower(sc->sc_ah, mode);
unlock:
spin_unlock_irqrestore(&sc->sc_pm_lock, flags);