diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-09-07 00:23:35 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-07 00:23:35 -0700 |
| commit | a3a5e4f49596e789715ddc77931db4fa32a7c585 (patch) | |
| tree | 473faaccd576b218ffe92a0714a91627fbf44d64 | |
| parent | a34c1165be03d64d1dfebf2c3157bda38417ecec (diff) | |
| parent | 0f7a7a660b0047818476ae0a21625aaae050b3b8 (diff) | |
Merge "qcacld-3.0: fix Compilation errors" into wlan-cld3.driver.lnx.1.1
| -rw-r--r-- | core/wma/src/wma_features.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/wma/src/wma_features.c b/core/wma/src/wma_features.c index eab7a2e38c2f..69bab2c901c3 100644 --- a/core/wma/src/wma_features.c +++ b/core/wma/src/wma_features.c @@ -5302,7 +5302,7 @@ QDF_STATUS wma_enable_d0wow_in_fw(WMA_HANDLE handle) wmi_get_host_credits(wma->wmi_handle), wmi_get_pending_cmds(wma->wmi_handle)); if (!cds_is_driver_recovering()) - cds_trigger_recovery(CDS_RX_D0WOW_EN_HTC_ACK); + cds_trigger_recovery(CDS_SUSPEND_TIMEOUT); else WMA_LOGE("%s: LOGP is in progress, ignore!", __func__); @@ -5321,7 +5321,7 @@ QDF_STATUS wma_enable_d0wow_in_fw(WMA_HANDLE handle) __func__, host_credits, wmi_pending_cmds); htc_dump_counter_info(wma->htc_handle); if (!cds_is_driver_recovering()) - cds_trigger_recovery(CDS_NO_CREDIT_AFTER_D0WOW_EN); + cds_trigger_recovery(CDS_SUSPEND_TIMEOUT); else WMA_LOGE("%s: SSR in progress, ignore no credit issue", __func__); @@ -6225,7 +6225,7 @@ QDF_STATUS wma_disable_d0wow_in_fw(WMA_HANDLE handle) wmi_get_host_credits(wma->wmi_handle)); if (!cds_is_driver_recovering()) - cds_trigger_recovery(CDS_DISABLE_D0WOW_RESUME_TIMEDOUT); + cds_trigger_recovery(CDS_RESUME_TIMEOUT); else WMA_LOGE("%s: LOGP is in progress, ignore!", __func__); |
