|
@@ -1786,7 +1786,7 @@ static void __policy_mgr_check_sta_ap_concurrent_ch_intf(void *data)
|
|
policy_mgr_err("SAP restart get channel callback in NULL");
|
|
policy_mgr_err("SAP restart get channel callback in NULL");
|
|
goto end;
|
|
goto end;
|
|
}
|
|
}
|
|
- if (cc_count < MAX_NUMBER_OF_CONC_CONNECTIONS)
|
|
|
|
|
|
+ if (cc_count <= MAX_NUMBER_OF_CONC_CONNECTIONS)
|
|
for (i = 0; i < cc_count; i++) {
|
|
for (i = 0; i < cc_count; i++) {
|
|
status = pm_ctx->hdd_cbacks.
|
|
status = pm_ctx->hdd_cbacks.
|
|
wlan_hdd_get_channel_for_sap_restart
|
|
wlan_hdd_get_channel_for_sap_restart
|