|
@@ -376,7 +376,7 @@ static QDF_STATUS send_vdev_start_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC,
|
|
|
cmd->num_noa_descriptors *
|
|
|
sizeof(wmi_p2p_noa_descriptor));
|
|
|
- WMI_LOGA("%s: vdev_id %d freq %d chanmode %d ch_info: 0x%x is_dfs %d "
|
|
|
+ WMI_LOGI("%s: vdev_id %d freq %d chanmode %d ch_info: 0x%x is_dfs %d "
|
|
|
"beacon interval %d dtim %d center_chan %d center_freq2 %d "
|
|
|
"reg_info_1: 0x%x reg_info_2: 0x%x, req->max_txpow: 0x%x "
|
|
|
"Tx SS %d, Rx SS %d, cac %d, regd %d, HE ops: %d",
|
|
@@ -6243,7 +6243,7 @@ static QDF_STATUS send_ipa_offload_control_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
return QDF_STATUS_E_NOMEM;
|
|
|
}
|
|
|
|
|
|
- WMI_LOGE("%s: offload_type=%d, enable=%d", __func__,
|
|
|
+ WMI_LOGD("%s: offload_type=%d, enable=%d", __func__,
|
|
|
ipa_offload->offload_type, ipa_offload->enable);
|
|
|
|
|
|
buf_ptr = (u_int8_t *)wmi_buf_data(wmi_buf);
|
|
@@ -8275,7 +8275,7 @@ static QDF_STATUS send_start_oem_data_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
qdf_mem_copy(cmd, data,
|
|
|
data_len);
|
|
|
|
|
|
- WMI_LOGI(FL("Sending OEM Data Request to target, data len %d"),
|
|
|
+ WMI_LOGD(FL("Sending OEM Data Request to target, data len %d"),
|
|
|
data_len);
|
|
|
|
|
|
ret = wmi_unified_cmd_send(wmi_handle, buf,
|
|
@@ -12383,7 +12383,7 @@ static QDF_STATUS send_pdev_set_pcl_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
cmd->pdev_id = wmi_handle->ops->convert_pdev_id_host_to_target(
|
|
|
WMI_HOST_PDEV_ID_SOC);
|
|
|
cmd->num_chan = chan_len;
|
|
|
- WMI_LOGI("%s: Total chan (PCL) len:%d", __func__, cmd->num_chan);
|
|
|
+ WMI_LOGD("%s: Total chan (PCL) len:%d", __func__, cmd->num_chan);
|
|
|
|
|
|
buf_ptr += sizeof(wmi_pdev_set_pcl_cmd_fixed_param);
|
|
|
WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_UINT32,
|
|
@@ -12391,7 +12391,7 @@ static QDF_STATUS send_pdev_set_pcl_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
cmd_args = (uint32_t *) (buf_ptr + WMI_TLV_HDR_SIZE);
|
|
|
for (i = 0; i < chan_len ; i++) {
|
|
|
cmd_args[i] = msg->weighed_valid_list[i];
|
|
|
- WMI_LOGI("%s: chan:%d weight:%d", __func__,
|
|
|
+ WMI_LOGD("%s: chan:%d weight:%d", __func__,
|
|
|
msg->saved_chan_list[i], cmd_args[i]);
|
|
|
}
|
|
|
if (wmi_unified_cmd_send(wmi_handle, buf, len,
|
|
@@ -14534,7 +14534,7 @@ static QDF_STATUS send_roam_scan_offload_chan_list_cmd_tlv(wmi_unified_t wmi_han
|
|
|
WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_UINT32,
|
|
|
(chan_list_fp->num_chan * sizeof(uint32_t)));
|
|
|
roam_chan_list_array = (A_UINT32 *) (buf_ptr + WMI_TLV_HDR_SIZE);
|
|
|
- WMI_LOGI("%s: %d channels = ", __func__, chan_list_fp->num_chan);
|
|
|
+ WMI_LOGD("%s: %d channels = ", __func__, chan_list_fp->num_chan);
|
|
|
for (i = 0; ((i < chan_list_fp->num_chan) &&
|
|
|
(i < WMI_ROAM_MAX_CHANNELS)); i++) {
|
|
|
roam_chan_list_array[i] = chan_list[i];
|
|
@@ -14549,7 +14549,7 @@ static QDF_STATUS send_roam_scan_offload_chan_list_cmd_tlv(wmi_unified_t wmi_han
|
|
|
goto error;
|
|
|
}
|
|
|
|
|
|
- WMI_LOGI("%s: WMI --> WMI_ROAM_SCAN_CHAN_LIST", __func__);
|
|
|
+ WMI_LOGD("%s: WMI --> WMI_ROAM_SCAN_CHAN_LIST", __func__);
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
error:
|
|
|
wmi_buf_free(buf);
|
|
@@ -14857,7 +14857,7 @@ static QDF_STATUS send_set_active_bpf_mode_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
wmi_bpf_set_vdev_active_mode_cmd_fixed_param *cmd;
|
|
|
wmi_buf_t buf;
|
|
|
|
|
|
- WMI_LOGI("Sending WMI_BPF_SET_VDEV_ACTIVE_MODE_CMDID(%u, %d, %d)",
|
|
|
+ WMI_LOGD("Sending WMI_BPF_SET_VDEV_ACTIVE_MODE_CMDID(%u, %d, %d)",
|
|
|
vdev_id, ucast_mode, mcast_bcast_mode);
|
|
|
|
|
|
/* allocate command buffer */
|
|
@@ -14886,7 +14886,7 @@ static QDF_STATUS send_set_active_bpf_mode_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
return status;
|
|
|
}
|
|
|
|
|
|
- WMI_LOGI("Sent WMI_BPF_SET_VDEV_ACTIVE_MODE_CMDID successfully");
|
|
|
+ WMI_LOGD("Sent WMI_BPF_SET_VDEV_ACTIVE_MODE_CMDID successfully");
|
|
|
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|