qcacmn: Send RSSI of the last ack to SON module

Send the RSSI of the last ack received to SON module.

Change-Id: I08d362676b4831beac36356fac332c379853ad99
CRs-Fixed: 2393401
This commit is contained in:
Jeffin Mammen
2019-02-05 12:53:10 +05:30
committed by nshrivas
parent 1475aad768
commit a6c50bd74e
2 changed files with 4 additions and 1 deletions

View File

@@ -3483,6 +3483,7 @@ QDF_STATUS dp_peer_stats_notify(struct dp_peer *peer)
peer_stats_intf.tx_byte_count = peer_stats->tx.tx_success.bytes;
peer_stats_intf.rx_byte_count = peer_stats->rx.to_stack.bytes;
peer_stats_intf.per = peer_stats->tx.last_per;
peer_stats_intf.ack_rssi = peer_stats->tx.last_ack_rssi;
dp_wdi_event_handler(WDI_EVENT_PEER_STATS, dp_pdev->soc,
(void *)&peer_stats_intf, 0,
WDI_NO_VAL, dp_pdev->pdev_id);