commit | c0c378f9907c9e52aa95a87ac4622039a84bac99 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Thu Aug 07 11:03:28 2014 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Aug 12 10:54:05 2014 +0300 |
tree | c4fb2e116f92640c59f6dd9da6175db9122cdeab | |
parent | e7b541948b7ae542267257a6183341f6a92ed1b8 [diff] |
ath10k: remove target soc ps code The soc powersave was disabled by default. It never was fully tested. Some hw apparently had problems with it and the implementation itself had a possible race. Just remove the refcounting and simply wake up the device when probing and put to sleep when removing. kvalo: make ath10k_pci_wake() and _sleep() static Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>