drivers/net/wireless/ath/wil6210/pm.c
0 → 100644
+98
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Support for the system suspend/resume. In preparation for the run-time PM, implementation made run-time PM friendly: common for system and run-time PM code factored out as generic functions, albeit is_runtime parameter value is always false currently. For debug purposes, "PM" debug category introduced. Policy: AP-like interface can't be suspended; otherwise suspend is allowed. Hardware brought down if interface was up. Connection, if existed, get lost. Interface will be brought up upon resume if it was up before suspend. Change-Id: Ia9e320960912b848dfc9caab52767cb9f6183a00 Signed-off-by:Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by:
Kalle Valo <kvalo@qca.qualcomm.com> Git-commit: 93cb679a768bb526a60a9c4ce30beb45465334be Git-repo: https://github.com/kvalo/ath.git Signed-off-by:
Hamad Kadmany <hkadmany@codeaurora.org>