|
@@ -15735,13 +15735,13 @@ static QDF_STATUS send_per_roam_config_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
len, WMI_ROAM_PER_CONFIG_CMDID);
|
|
|
if (QDF_IS_STATUS_ERROR(status)) {
|
|
|
WMI_LOGE("WMI_ROAM_PER_CONFIG_CMDID failed, Error %d",
|
|
|
- status);
|
|
|
+ status);
|
|
|
wmi_buf_free(buf);
|
|
|
return status;
|
|
|
}
|
|
|
+ WMI_LOGD(FL("per roam enable=%d, vdev=%d"),
|
|
|
+ req_buf->per_config.enable, req_buf->vdev_id);
|
|
|
|
|
|
- WMI_LOGI(FL("per roam enable=%d, vdev=%d"),
|
|
|
- req_buf->per_config.enable, req_buf->vdev_id);
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|
|
|
|
|
@@ -15797,9 +15797,9 @@ static QDF_STATUS send_roam_scan_offload_rssi_change_cmd_tlv(wmi_unified_t wmi_h
|
|
|
goto error;
|
|
|
}
|
|
|
|
|
|
- WMI_LOGI(FL("roam_scan_rssi_change_thresh=%d, bcn_rssi_weight=%d"),
|
|
|
- rssi_change_thresh, bcn_rssi_weight);
|
|
|
- WMI_LOGI(FL("hirssi_delay_btw_scans=%d"), hirssi_delay_btw_scans);
|
|
|
+ WMI_LOGD(FL("roam_scan_rssi_change_thresh=%d, bcn_rssi_weight=%d"),
|
|
|
+ rssi_change_thresh, bcn_rssi_weight);
|
|
|
+ WMI_LOGD(FL("hirssi_delay_btw_scans=%d"), hirssi_delay_btw_scans);
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
error:
|
|
|
wmi_buf_free(buf);
|