Change-Id: Ie5f8155687f576cc49c659770ee5848c54c66bf5 HTT: add rssi_in_dbm field to htt_rx_pdev_rate_stats_tlv struct CRs-Fixed: 1107600
@@ -2669,6 +2669,7 @@ typedef struct {
/* Counters to track number of rx packets in each GI in each mcs (0-11) */
A_UINT32 rx_gi[HTT_RX_PDEV_STATS_NUM_GI_COUNTERS][HTT_RX_PDEV_STATS_NUM_MCS_COUNTERS];
+ A_INT32 rssi_in_dbm; /* rx Signal Strength value in dBm unit */
} htt_rx_pdev_rate_stats_tlv;