commit | 08d4df410a9ff02c999e69268ec2f4fbfeaac8d7 | [log] [tgz] |
---|---|---|
author | Rajkumar Manoharan <rmanohar@qca.qualcomm.com> | Sun Jul 01 19:53:54 2012 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 09 16:36:20 2012 -0400 |
tree | fe93bdce46fd2e2681cefcc6a7c8ae173657f27f | |
parent | b73f3e78047abdcc8bc33f97445ef6691ce3cc3d [diff] |
ath9k: fix power consumption on network sleep when BTCOEX is enabled The chip is waken up for every 45ms in btcoex timer cycle to for sharing the radio between BT and WLAN. Whenever the wlan interface is in network sleep mode, do not schedule hw timers. This could reduce power consumption on idle associated state. Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>