Selaa lähdekoodia

qcacmn: Suppress the print if tlv_tag not found

Suppress the print if tlv_tag not found

Change-Id: I0a0490539ed271472d4f9f42e903ca13ba064991
CRs-Fixed: 2499596
Amir Patel 5 vuotta sitten
vanhempi
sitoutus
afdb8f4fb5
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      hal/wifi3.0/qca8074v2/hal_8074v2_rx.h

+ 0 - 2
hal/wifi3.0/qca8074v2/hal_8074v2_rx.h

@@ -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