qcacmn: Extract mcs & gI info from peer tx event

Changes to extract mcs rate and gI from cfr peer tx
capture event.

Change-Id: Ia64807aed4559466dc25f20928ed8c43ae77be62
This commit is contained in:
Shwetha G K
2021-06-05 17:36:33 +05:30
committed by Madan Koyyalamudi
parent b8f59509d0
commit e875fdf64e
2 changed files with 6 additions and 0 deletions

View File

@@ -7746,6 +7746,8 @@ typedef struct {
uint8_t agc_gain[WMI_HOST_MAX_CHAINS];
uint32_t rx_start_ts;
uint32_t rx_ts_reset;
uint32_t mcs_rate;
uint32_t gi_type;
} wmi_cfr_peer_tx_event_param;
/**