qcacld-3.0: Add support to cache peer rssi and mc_bc count

Use updated cp stats component to get peer rssi and tx rate,
rx rate for big data logging as legacy infrastructure is
deprecated.
Additionally add support for RX multicast broadcast packets from FW.

Change-Id: Idcab4a022a4e7e34bd15878f95ad8248ca3aa9dd
CRs-fixed: 2428582
This commit is contained in:
Ashish Kumar Dhanotiya
2019-02-05 20:57:12 +05:30
committato da nshrivas
parent 08cda833de
commit 9d9816952c
10 ha cambiato i file con 100 aggiunte e 52 eliminazioni

Vedi File

@@ -297,6 +297,7 @@ typedef struct sap_StationDisassocCompleteEvent_s {
int rssi;
int tx_rate;
int rx_rate;
uint32_t rx_mc_bc_cnt;
} tSap_StationDisassocCompleteEvent;
typedef struct sap_StationSetKeyCompleteEvent_s {