Browse Source

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

HTT stats: add rx_per_chain_rssi to rx peer and pdev rate_stats

Change-Id: I65958836909b22db5811f2c24e591e3898cf155c
CRs-Fixed: 2262693
spuligil 6 years ago
parent
commit
9e514415c0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fw/htt_stats.h

+ 2 - 0
fw/htt_stats.h

@@ -1144,6 +1144,7 @@ typedef struct _htt_rx_peer_rate_stats_tlv {
      * BIT [31 : 8]   :- Reserved
      */
     A_UINT32  per_chain_rssi_pkt_type;
+    A_INT8 rx_per_chain_rssi_in_dbm[HTT_RX_PEER_STATS_NUM_SPATIAL_STREAMS][HTT_RX_PEER_STATS_NUM_BW_COUNTERS];
 } htt_rx_peer_rate_stats_tlv;
 
 typedef enum {
@@ -2978,6 +2979,7 @@ typedef struct {
      * BIT [31 : 8]   :- Reserved
      */
     A_UINT32  per_chain_rssi_pkt_type;
+    A_INT8 rx_per_chain_rssi_in_dbm[HTT_RX_PDEV_STATS_NUM_SPATIAL_STREAMS][HTT_RX_PDEV_STATS_NUM_BW_COUNTERS];
 } htt_rx_pdev_rate_stats_tlv;