|
@@ -104,8 +104,8 @@ static QDF_STATUS send_vdev_create_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
cmd->num_cfg_txrx_streams = num_bands;
|
|
|
copy_vdev_create_pdev_id(wmi_handle, cmd, param);
|
|
|
WMI_CHAR_ARRAY_TO_MAC_ADDR(macaddr, &cmd->vdev_macaddr);
|
|
|
- WMI_LOGD("%s: ID = %d VAP Addr = %02x:%02x:%02x:%02x:%02x:%02x",
|
|
|
- __func__, param->if_id,
|
|
|
+ WMI_LOGD("%s: ID = %d[pdev:%d] VAP Addr = %02x:%02x:%02x:%02x:%02x:%02x",
|
|
|
+ __func__, param->if_id, cmd->pdev_id,
|
|
|
macaddr[0], macaddr[1], macaddr[2],
|
|
|
macaddr[3], macaddr[4], macaddr[5]);
|
|
|
buf_ptr = (uint8_t *)cmd + sizeof(*cmd);
|