|
@@ -1854,9 +1854,9 @@ static void __policy_mgr_check_sta_ap_concurrent_ch_intf(void *data)
|
|
|
wlan_hdd_get_channel_for_sap_restart
|
|
|
(psoc, vdev_id[i], &ch_freq);
|
|
|
if (status == QDF_STATUS_SUCCESS) {
|
|
|
- policy_mgr_debug("SAP restarts due to MCC->SCC switch, old ch freq :%d new ch freq: %d",
|
|
|
+ policy_mgr_debug("SAP vdev id %d restarts due to MCC->SCC switch, old ch freq :%d new ch freq: %d",
|
|
|
+ vdev_id[i],
|
|
|
op_ch_freq_list[i], ch_freq);
|
|
|
- break;
|
|
|
}
|
|
|
}
|
|
|
|