summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CORE/SERVICES/WMA/wma.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/CORE/SERVICES/WMA/wma.c b/CORE/SERVICES/WMA/wma.c
index 7f9931d54a0b..3e9004db4d8d 100644
--- a/CORE/SERVICES/WMA/wma.c
+++ b/CORE/SERVICES/WMA/wma.c
@@ -5452,7 +5452,12 @@ static int wma_unified_link_radio_stats_event_handler(void *handle,
return 0;
}
+ pMac->sme.pLinkLayerStatsIndCallback(pMac->hHdd,
+ WDA_LINK_LAYER_STATS_RESULTS_RSP,
+ link_stats_results);
+ vos_mem_free(wma_handle->link_stats_results);
WMA_LOGD(FL("Radio Stats event posted to HDD"));
+ wma_handle->link_stats_results = NULL;
return 0;
}