|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. 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
|
|
@@ -201,15 +201,15 @@ void policy_mgr_decr_session_set_pcl(struct wlan_objmgr_psoc *psoc,
|
|
|
|
|
|
|
|
|
pm_ctx->sme_cbacks.sme_rso_stop_cb(
|
|
|
- mac_handle, session_id,
|
|
|
+ mac_handle, vdev_id,
|
|
|
REASON_DRIVER_DISABLED,
|
|
|
RSO_SET_PCL);
|
|
|
|
|
|
policy_mgr_set_pcl_for_existing_combo(psoc, PM_STA_MODE,
|
|
|
- session_id);
|
|
|
+ vdev_id);
|
|
|
|
|
|
pm_ctx->sme_cbacks.sme_rso_start_cb(
|
|
|
- mac_handle, session_id,
|
|
|
+ mac_handle, vdev_id,
|
|
|
REASON_DRIVER_ENABLED,
|
|
|
RSO_SET_PCL);
|
|
|
}
|