|
@@ -6923,7 +6923,8 @@ static uint8_t hdd_get_safe_channel_from_pcl_and_acs_range(
|
|
|
|
|
|
status = policy_mgr_get_pcl_for_existing_conn(hdd_ctx->hdd_psoc,
|
|
|
PM_SAP_MODE, pcl.pcl_list, &pcl.pcl_len,
|
|
|
- pcl.weight_list, QDF_ARRAY_SIZE(pcl.weight_list));
|
|
|
+ pcl.weight_list, QDF_ARRAY_SIZE(pcl.weight_list),
|
|
|
+ false);
|
|
|
if (QDF_IS_STATUS_ERROR(status)) {
|
|
|
hdd_err("Get PCL failed");
|
|
|
return INVALID_CHANNEL_ID;
|