summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCNSS_WLAN Service <cnssbldsw@qualcomm.com>2017-05-15 12:37:13 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-15 12:37:13 -0700
commitcbfe05387dc89fd494dfd2e556fb1386df76c211 (patch)
tree56ecca42ac86c4c575858d1d958f8b6423b67e62
parent21ebbc8cbd3c4dbc703ec0233f55e836dd709787 (diff)
parent364dac661bb01b86466ce6b7a411f0374ef88f58 (diff)
Merge "fw-api: CL 3046673 - update fw common interface files" into wlan-api.lnx.1.1-dev
-rwxr-xr-xfw/wmi_unified.h6
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 3912deb5301f..6592136b5de8 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -5536,6 +5536,12 @@ typedef struct
A_INT32 per_chain_snr[WMI_MAX_CHAINS];
/** per chain background noise, units are dBm */
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;
/** Thresholds of signal stats, stand for percentage of stats variation.
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index fb5736a05487..32625b2828dd 100755
--- a/fw/wmi_version.h
+++ b/fw/wmi_version.h
@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a
* 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
* host and firmware of the same WMI namespace will work