diff options
| author | Kiran Kumar Lokere <klokere@codeaurora.org> | 2017-10-13 12:23:26 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-10-13 16:26:20 -0700 |
| commit | 1621fa7801ab51fba4f246f5a41d175a2dec271f (patch) | |
| tree | 5e79d54d9760c6fcccd15bd2273d9e8b8398308e /core | |
| parent | 75aeca1f651121f9fc894d3c7eadfec349389f29 (diff) | |
qcacld-3.0: Send IMPS disable cmd to FW if disabled in INI
If the IMPS disabled in INI send the IMPS disable command to FW
Change-Id: I1cfc731b8d0e8eddc4dc0ffa6d3b59f22506943c
CRs-Fixed: 2126599
Diffstat (limited to 'core')
| -rw-r--r-- | core/hdd/src/wlan_hdd_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c index e074ceb5f824..31312b065016 100644 --- a/core/hdd/src/wlan_hdd_main.c +++ b/core/hdd/src/wlan_hdd_main.c @@ -10038,6 +10038,8 @@ int hdd_wlan_startup(struct device *dev) if (hdd_ctx->config->fIsImpsEnabled) hdd_set_idle_ps_config(hdd_ctx, true); + else + hdd_set_idle_ps_config(hdd_ctx, false); qdf_sched_delayed_work(&hdd_ctx->iface_idle_work, hdd_ctx->config->iface_change_wait_time); |
