Suppress the print if tlv_tag not found Change-Id: I0a0490539ed271472d4f9f42e903ca13ba064991 CRs-Fixed: 2499596
@@ -189,8 +189,6 @@ void hal_rx_proc_phyrx_other_receive_info_tlv_8074v2(void *rx_tlv_hdr,
SU_EVM_DETAILS_0_NSS_COUNT);
hal_rx_update_su_evm_info(rx_tlv, ppdu_info_hdl);
break;
- default:
- qdf_err("TLV tag not found");
}
#else