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
此提交包含在:
@@ -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;
|
||||
|
新增問題並參考
封鎖使用者