linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ath10k: improve power efficiency
@ 2015-05-08  9:13 Michal Kazior
  2015-05-08  9:13 ` [PATCH 1/3] ath10k: enable ASPM Michal Kazior
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Michal Kazior @ 2015-05-08  9:13 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Michal Kazior

Some measurements for QCA61X4:

            Loaded    Started   Associated
Unpatched    31mA      88mA       43mA
Patched      14mA      15mA       23mA

Loaded = module loaded, driver bound, no interface
         is running

Started = Loaded, but one client interface is
          running, not associated

Associated = Started, but associated to an AP as
             client

Note: Unpatched was consuming more power when
Started than when Associated. This is no mistake.

I didn't have a way to measure QCA988X.


Janusz Dziedzic (2):
  ath10k: enable ASPM
  ath10k: fix idle power consumption

Michal Kazior (1):
  ath10k: enable pci soc powersaving

 drivers/net/wireless/ath/ath10k/debug.h  |   1 +
 drivers/net/wireless/ath/ath10k/htt_rx.c |   1 +
 drivers/net/wireless/ath/ath10k/mac.c    |   9 +-
 drivers/net/wireless/ath/ath10k/pci.c    | 317 ++++++++++++++++++++++---------
 drivers/net/wireless/ath/ath10k/pci.h    |  97 +++++-----
 5 files changed, 285 insertions(+), 140 deletions(-)

-- 
2.1.4


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-05-22 10:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08  9:13 [PATCH 0/3] ath10k: improve power efficiency Michal Kazior
2015-05-08  9:13 ` [PATCH 1/3] ath10k: enable ASPM Michal Kazior
2015-05-08  9:13 ` [PATCH 2/3] ath10k: fix idle power consumption Michal Kazior
2015-05-08  9:13 ` [PATCH 3/3] ath10k: enable pci soc powersaving Michal Kazior
2015-05-08 17:53   ` Peter Oh
2015-05-11  5:01     ` Michal Kazior
2015-05-18  9:38 ` [PATCH v2 0/3] ath10k: improve power efficiency Michal Kazior
2015-05-18  9:38   ` [PATCH v2 1/3] ath10k: enable ASPM Michal Kazior
2015-05-18  9:38   ` [PATCH v2 2/3] ath10k: fix idle power consumption Michal Kazior
2015-05-18  9:38   ` [PATCH v2 3/3] ath10k: enable pci soc powersaving Michal Kazior
2015-05-22 10:41   ` [PATCH v2 0/3] ath10k: improve power efficiency Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).