qcacmn: Suppress verbose debug printing

The debug print in function send_beacon_tmpl_send_cmd_tlv
is too verbose and doesn't exhibit anything meaningful.

Remove it to make sure meaningful logs will not get
overwritten during SnS tests.

Change-Id: I4564ac83715f0003ad53aa73f0fb859cc5cbec1c
CRs-Fixed: 2197209
此提交包含在:
wadesong
2018-02-09 13:52:19 +08:00
提交者 snandini
父節點 cdfb4450d5
當前提交 b8bf4defb4

查看文件

@@ -2083,7 +2083,6 @@ static QDF_STATUS send_beacon_tmpl_send_cmd_tlv(wmi_unified_t wmi_handle,
uint8_t *buf_ptr;
uint32_t wmi_buf_len;
WMI_LOGI("%s\n", __func__);
wmi_buf_len = sizeof(wmi_bcn_tmpl_cmd_fixed_param) +
sizeof(wmi_bcn_prb_info) + WMI_TLV_HDR_SIZE +
param->tmpl_len_aligned;