Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efb8fe31 authored by spuligil's avatar spuligil
Browse files

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
parent f2f391c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;