Prechádzať zdrojové kódy

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
Yu Wang 2 rokov pred
rodič
commit
3ead0539e3

+ 1 - 1
components/cmn_services/policy_mgr/src/wlan_policy_mgr_core.c

@@ -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);
 
-	policy_mgr_dump_current_concurrency(psoc);
+	policy_mgr_dump_connection_status_info(psoc);
 }
 
 void policy_mgr_pdev_set_hw_mode_cb(uint32_t status,