diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-04-16 22:05:43 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-16 22:05:43 -0700 |
| commit | d3bd2ee205863d4841a8fe99ccaad18dc2436dac (patch) | |
| tree | 599e059642cd4580ccfc1147ff2079a31f45a3b5 | |
| parent | 2fe3bef895a5cc7f906f9dc68cb22ca5850aae27 (diff) | |
| parent | c36c534a22f9211b059349bde33680a2cf5a4ce5 (diff) | |
Merge "Revert "qcacld-2.0: fix wlan link stats report error issue""
| -rw-r--r-- | CORE/SERVICES/WMA/wma.c | 5 |
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; } |
