fw-api: CL 3046673 - update fw common interface files

extend wmi_peer_signal_stats with rx/tx per ant counts

Change-Id: Ie5d6e84a558625213ba19afc956bcfc1faaf465c
CRs-Fixed: 1107600
This commit is contained in:
Sandeep Puligilla
2017-04-30 10:01:15 -07:00
committed by Gerrit - the friendly Code Review server
parent aebaa93574
commit f5c590f1d6
2 changed files with 7 additions and 1 deletions

View File

@@ -5536,6 +5536,12 @@ typedef struct
A_INT32 per_chain_snr[WMI_MAX_CHAINS]; A_INT32 per_chain_snr[WMI_MAX_CHAINS];
/** per chain background noise, units are dBm */ /** per chain background noise, units are dBm */
A_INT32 per_chain_nf[WMI_MAX_CHAINS]; A_INT32 per_chain_nf[WMI_MAX_CHAINS];
/** per antenna rx MPDUs */
A_UINT32 per_antenna_rx_mpdus[WMI_MAX_CHAINS];
/** per antenna tx MPDUs */
A_UINT32 per_antenna_tx_mpdus[WMI_MAX_CHAINS];
/** num of valid chains for per antenna rx/tx MPDU cnts*/
A_UINT32 num_chains_valid;
} wmi_peer_signal_stats; } wmi_peer_signal_stats;
/** Thresholds of signal stats, stand for percentage of stats variation. /** Thresholds of signal stats, stand for percentage of stats variation.

View File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * change that may or may not break compatibility. */
#define __WMI_REVISION_ 382 #define __WMI_REVISION_ 383
/** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work