Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/4] ath11k: Enable low power mode when WLAN is not active
@ 2022-07-20 13:49 Manikanta Pubbisetty
  2022-07-20 13:49 ` [PATCH 1/4] ath11k: Fix double free issue during SRNG deinit Manikanta Pubbisetty
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Manikanta Pubbisetty @ 2022-07-20 13:49 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, Manikanta Pubbisetty

Currently, WLAN chip is powered once during driver probe and is kept
ON (powered) always even when WLAN is not active; keeping the chip
powered ON all the time will consume extra power which is not
desirable on a battery operated device. Same is the case with non-WoW
suspend, chip will not be put into low power mode when the system is
suspended resulting in higher battery drain.

Send QMI MODE OFF command to firmware during WiFi OFF to put device
into low power mode.

Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1

Manikanta Pubbisetty (4):
  ath11k: Fix double free issue during SRNG deinit
  ath11k: Move hardware initialization logic to start()
  ath11k: Enable low power mode when WLAN is not active
  ath11k: Fix failed to parse regulatory event print

 drivers/net/wireless/ath/ath11k/core.c | 237 ++++++++++++++++++-------
 drivers/net/wireless/ath/ath11k/core.h |   8 +-
 drivers/net/wireless/ath/ath11k/hal.c  |   1 +
 drivers/net/wireless/ath/ath11k/mac.c  |  33 ++--
 drivers/net/wireless/ath/ath11k/reg.c  |   2 +
 5 files changed, 189 insertions(+), 92 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-08-29  6:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20 13:49 [PATCH 0/4] ath11k: Enable low power mode when WLAN is not active Manikanta Pubbisetty
2022-07-20 13:49 ` [PATCH 1/4] ath11k: Fix double free issue during SRNG deinit Manikanta Pubbisetty
2022-07-20 13:49 ` [PATCH 2/4] ath11k: Move hardware initialization logic to start() Manikanta Pubbisetty
2022-07-20 13:49 ` [PATCH 3/4] ath11k: Enable low power mode when WLAN is not active Manikanta Pubbisetty
2022-07-20 13:49 ` [PATCH 4/4] ath11k: Fix failed to parse regulatory event print Manikanta Pubbisetty
2022-07-22 22:00 ` [PATCH 0/4] ath11k: Enable low power mode when WLAN is not active Limonciello, Mario
2022-07-23 12:09   ` Limonciello, Mario
2022-08-25 11:24     ` Manikanta Pubbisetty
2022-08-25 17:16       ` Limonciello, Mario
2022-08-25 21:01         ` Mark Herbert
2022-08-29  5:30           ` Manikanta Pubbisetty
2022-08-29  6:27             ` Mark Herbert
2022-08-29  5:28         ` Manikanta Pubbisetty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox