prima: Synchronize get link layer stats vendor command

Synchronize get link layer stats vendor command.

Change-Id: Ie43406762feac98eb4962716f28733e2645c93b6
CRs-Fixed: 891513
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c
index 06886e6..d3e7c8a 100755
--- a/CORE/HDD/src/wlan_hdd_main.c
+++ b/CORE/HDD/src/wlan_hdd_main.c
@@ -9490,6 +9490,8 @@
    init_completion(&pHddCtx->wiphy_channel_update_event);
    init_completion(&pHddCtx->ssr_comp_var);
 
+   hdd_init_ll_stats_ctx(pHddCtx);
+
 #ifdef CONFIG_ENABLE_LINUX_REG
    init_completion(&pHddCtx->linux_reg_req);
 #else