diff options
| author | Felix Fietkau | 2011-09-25 18:34:38 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2011-09-25 18:34:38 +0000 |
| commit | 3f4541198a4c9f45cac62492ab3d6a08f2c7a779 (patch) | |
| tree | af835b41cfb20a7639ab3afbf5bebf98cd149e4b | |
| parent | e549b3e3261d28ca47d480f77a1e69fcba207d01 (diff) | |
| download | archive-3f4541198a4c9f45cac62492ab3d6a08f2c7a779.tar.gz | |
ath9k: merge a pending fix for powersave
SVN-Revision: 28300
| -rw-r--r-- | package/mac80211/patches/300-pending_work.patch | 2 |
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); |