Merge "qcacld-3.0: Call htc_can_suspend_link in wma_enable_wow_in_fw" into wlan-cld3.driver.lnx.1.1-dev
This commit is contained in:

committato da
Gerrit - the friendly Code Review server

commit
d575348ef7
@@ -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) {
|
||||
|
Fai riferimento in un nuovo problema
Block a user