|
@@ -1219,18 +1219,6 @@ void policy_mgr_incr_active_session(struct wlan_objmgr_psoc *psoc,
|
|
|
|
|
|
policy_mgr_debug("No.# of active sessions for mode %d = %d",
|
|
|
mode, pm_ctx->no_of_active_sessions[mode]);
|
|
|
- /*
|
|
|
- * Get PCL logic makes use of the connection info structure.
|
|
|
- * Let us set the PCL to the FW before updating the connection
|
|
|
- * info structure about the new connection.
|
|
|
- */
|
|
|
- if (mode == QDF_STA_MODE) {
|
|
|
- qdf_mutex_release(&pm_ctx->qdf_conc_list_lock);
|
|
|
- /* Set PCL of STA to the FW */
|
|
|
- policy_mgr_pdev_set_pcl(psoc, mode);
|
|
|
- qdf_mutex_acquire(&pm_ctx->qdf_conc_list_lock);
|
|
|
- policy_mgr_debug("Set PCL of STA to FW");
|
|
|
- }
|
|
|
policy_mgr_incr_connection_count(psoc, session_id);
|
|
|
if ((policy_mgr_mode_specific_connection_count(
|
|
|
psoc, PM_STA_MODE, NULL) > 0) && (mode != QDF_STA_MODE)) {
|