|
@@ -356,7 +356,7 @@ dp_rx_populate_su_evm_details(struct hal_rx_ppdu_info *ppdu_info,
|
|
pilot_count = ppdu_info->evm_info.pilot_count;
|
|
pilot_count = ppdu_info->evm_info.pilot_count;
|
|
|
|
|
|
if ((nss_count * pilot_count) > DP_RX_MAX_SU_EVM_COUNT) {
|
|
if ((nss_count * pilot_count) > DP_RX_MAX_SU_EVM_COUNT) {
|
|
- qdf_err("pilot evm count is more than expected");
|
|
|
|
|
|
+ qdf_debug("pilot evm count is more than expected");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
cdp_rx_ppdu->evm_info.pilot_count = pilot_count;
|
|
cdp_rx_ppdu->evm_info.pilot_count = pilot_count;
|