qcacld-3.0: remove improper concurrency combination dump
In hw mode change offload case, frequency of the connections in table pm_conc_connection_list may be updated later than the mac frequency info which is updated when processing hw mode transition event, then the current concurrency combination dump here which is inferred from mac frequency info and pm_conc_connection_list may be wrong. To avoid confusion, replace concurrency combination dump with current connection status dump when processing hw mode transition event. Change-Id: I0d8db410b3db3aa4b35c27f227bc68f5852a86d3 CRs-Fixed: 3315452
这个提交包含在:
@@ -1107,7 +1107,7 @@ void policy_mgr_update_hw_mode_conn_info(struct wlan_objmgr_psoc *psoc,
|
|||||||
}
|
}
|
||||||
qdf_mutex_release(&pm_ctx->qdf_conc_list_lock);
|
qdf_mutex_release(&pm_ctx->qdf_conc_list_lock);
|
||||||
|
|
||||||
policy_mgr_dump_current_concurrency(psoc);
|
policy_mgr_dump_connection_status_info(psoc);
|
||||||
}
|
}
|
||||||
|
|
||||||
void policy_mgr_pdev_set_hw_mode_cb(uint32_t status,
|
void policy_mgr_pdev_set_hw_mode_cb(uint32_t status,
|
||||||
|
在新工单中引用
屏蔽一个用户