qcacld-3.0: Refactor the roaming code
Refactor the roaming code by moving to component. Change-Id: I566967482ec3eb0d15d3ff357855b58b9579d3cf CRs-Fixed: 2887126
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -241,7 +241,7 @@ QDF_STATUS target_if_pmo_psoc_send_wow_enable_req(
|
||||
return QDF_STATUS_E_INVAL;
|
||||
}
|
||||
|
||||
wma_check_and_set_wake_timer(SIR_INSTALL_KEY_TIMEOUT_MS);
|
||||
wma_check_and_set_wake_timer(INSTALL_KEY_TIMEOUT_MS);
|
||||
return wmi_unified_wow_enable_send(wmi_handle,
|
||||
(struct wow_cmd_params *)param,
|
||||
TGT_WILDCARD_PDEV_ID);
|
||||
|
Reference in New Issue
Block a user