qcacmn: Fix tlv parsing for rx_evm details tlv
Fixed tlv parsing for rx_evm and rx_antenna for QCN9224. Change-Id: I9a24a0231289018e73c4dfa3c4f0dd1c79d6f84b CRs-Fixed: 3485292
This commit is contained in:

committed by
Rahul Choudhary

parent
1ba9e267e0
commit
ade262ccac
@@ -190,7 +190,11 @@
|
||||
#define CDP_SNR_UPDATE_AVG(x, y) x = CDP_SNR_AVG((x), CDP_SNR_IN((y)))
|
||||
|
||||
/*Max SU EVM count */
|
||||
#ifdef QCA_MONITOR_2_0_SUPPORT
|
||||
#define DP_RX_MAX_SU_EVM_COUNT 256
|
||||
#else
|
||||
#define DP_RX_MAX_SU_EVM_COUNT 32
|
||||
#endif
|
||||
|
||||
#define WDI_EVENT_BASE 0x100
|
||||
|
||||
|
Reference in New Issue
Block a user