qcacmn: Populate additional parameters from CFR capture event

Add CFO, agc_gain and rx start timestamp related parameters
to wmi_cfr_peer_tx_event_param and populate the same with
data from FW peer tx event.

Change-Id: I462fa56a854b18d1f9b46d1e14eea85da0d45f23
This commit is contained in:
Shwetha G K
2020-12-22 17:26:10 +05:30
committed by snandini
parent 13349de3b8
commit d384cff416
2 changed files with 15 additions and 1 deletions

View File

@@ -7587,6 +7587,10 @@ typedef struct {
uint32_t counter;
uint32_t chain_rssi[WMI_HOST_MAX_CHAINS];
uint16_t chain_phase[WMI_HOST_MAX_CHAINS];
int32_t cfo_measurement;
uint8_t agc_gain[WMI_HOST_MAX_CHAINS];
uint32_t rx_start_ts;
uint32_t rx_ts_reset;
} wmi_cfr_peer_tx_event_param;
/**