|
@@ -8120,6 +8120,14 @@ typedef struct {
|
|
|
A_UINT32 last_rx_bitrate_kbps;
|
|
|
/** combined RSSI of the last received PPDU, in unit of dBm */
|
|
|
A_INT32 peer_rssi;
|
|
|
+ /** number of succeed transmissions (MPDUs) (ACK) */
|
|
|
+ A_UINT32 tx_succeed;
|
|
|
+ /**
|
|
|
+ * The RSSI values are in dBm units, and are exponentially time-averaged.
|
|
|
+ * The averaging is performed on the dB values (rather than the linear
|
|
|
+ * values).
|
|
|
+ */
|
|
|
+ A_INT32 peer_rssi_per_chain[WMI_MAX_CHAINS];
|
|
|
} wmi_peer_stats_info;
|
|
|
|
|
|
typedef struct {
|