summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-17 01:32:32 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-17 01:32:32 -0700
commitca5a773202efcee1c4031e0609bc7505e0e520b1 (patch)
treefb205ecacc5a1f375b40c7ba58a9355add189021
parent83eae70ee00161f6880136882f9627cbd0fc31df (diff)
parent012ce4fed176a6e92fdc3f7c6ceddf8725b7dcb7 (diff)
Merge "qcacld-2.0: Restore host CPU power save config" into wlan-cld2.driver.lnx.1.0-dev
-rw-r--r--CORE/HDD/src/wlan_hdd_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c
index 2c9b47feeafb..bbf82b0a46cb 100644
--- a/CORE/HDD/src/wlan_hdd_main.c
+++ b/CORE/HDD/src/wlan_hdd_main.c
@@ -16544,6 +16544,7 @@ static int hdd_driver_init( void)
if (!VOS_IS_STATUS_SUCCESS(status))
{
hddLog(VOS_TRACE_LEVEL_FATAL,"%s: Failed to preOpen VOSS", __func__);
+ vos_remove_pm_qos();
ret_status = -1;
break;
}