qcacmn: add useful debug prints
CRs-Fixed: 2089479 Change-Id: I3378fa874095974cd4dce771a6725eee5adc9a41
This commit is contained in:
@@ -104,8 +104,8 @@ static QDF_STATUS send_vdev_create_cmd_tlv(wmi_unified_t wmi_handle,
|
|||||||
cmd->num_cfg_txrx_streams = num_bands;
|
cmd->num_cfg_txrx_streams = num_bands;
|
||||||
copy_vdev_create_pdev_id(wmi_handle, cmd, param);
|
copy_vdev_create_pdev_id(wmi_handle, cmd, param);
|
||||||
WMI_CHAR_ARRAY_TO_MAC_ADDR(macaddr, &cmd->vdev_macaddr);
|
WMI_CHAR_ARRAY_TO_MAC_ADDR(macaddr, &cmd->vdev_macaddr);
|
||||||
WMI_LOGD("%s: ID = %d VAP Addr = %02x:%02x:%02x:%02x:%02x:%02x",
|
WMI_LOGD("%s: ID = %d[pdev:%d] VAP Addr = %02x:%02x:%02x:%02x:%02x:%02x",
|
||||||
__func__, param->if_id,
|
__func__, param->if_id, cmd->pdev_id,
|
||||||
macaddr[0], macaddr[1], macaddr[2],
|
macaddr[0], macaddr[1], macaddr[2],
|
||||||
macaddr[3], macaddr[4], macaddr[5]);
|
macaddr[3], macaddr[4], macaddr[5]);
|
||||||
buf_ptr = (uint8_t *)cmd + sizeof(*cmd);
|
buf_ptr = (uint8_t *)cmd + sizeof(*cmd);
|
||||||
|
Reference in New Issue
Block a user