diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2016-07-26 15:12:47 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-26 15:12:47 -0700 |
| commit | d575348ef79dca9d2f59b5fd88db4e98ae3af239 (patch) | |
| tree | 0bec20629d32c158684323a896f6a8e48f9a517e | |
| parent | d8792eda53ae4c55a68b323a47feea7f4bd8bdbd (diff) | |
| parent | 77f0e34e8f78d20786c5ca752abe6e245e4c27fa (diff) | |
Merge "qcacld-3.0: Call htc_can_suspend_link in wma_enable_wow_in_fw" into wlan-cld3.driver.lnx.1.1-dev
| -rw-r--r-- | core/wma/src/wma_features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/wma/src/wma_features.c b/core/wma/src/wma_features.c index c0c8c233826d..0b75cf602965 100644 --- a/core/wma/src/wma_features.c +++ b/core/wma/src/wma_features.c @@ -3590,7 +3590,7 @@ QDF_STATUS wma_enable_wow_in_fw(WMA_HANDLE handle) } param.enable = true; - param.can_suspend_link = hif_can_suspend_link(wma->htc_handle); + param.can_suspend_link = htc_can_suspend_link(wma->htc_handle); ret = wmi_unified_wow_enable_send(wma->wmi_handle, ¶m, WMA_WILDCARD_PDEV_ID); if (ret) { |
