diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-09-25 18:34:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-09-25 18:34:38 +0000 |
commit | bf31710a545ddadf520ceb832b23c6f949f60d2b (patch) | |
tree | af835b41cfb20a7639ab3afbf5bebf98cd149e4b /package/mac80211/patches | |
parent | 23fcdc02ece6b3c0c849f0808449c082881f4a30 (diff) |
ath9k: merge a pending fix for powersave
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches')
-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); |