|
@@ -240,6 +240,7 @@
|
|
|
#include "wlan_psoc_mlme_ucfg_api.h"
|
|
|
#include "os_if_qmi.h"
|
|
|
#include "wlan_qmi_ucfg_api.h"
|
|
|
+#include "ce_api.h"
|
|
|
|
|
|
#ifdef MULTI_CLIENT_LL_SUPPORT
|
|
|
#define WLAM_WLM_HOST_DRIVER_PORT_ID 0xFFFFFF
|
|
@@ -4336,6 +4337,8 @@ int hdd_wlan_start_modules(struct hdd_context *hdd_ctx, bool reinit)
|
|
|
goto power_down;
|
|
|
}
|
|
|
|
|
|
+ hif_ce_desc_history_log_register();
|
|
|
+
|
|
|
hif_ctx = cds_get_context(QDF_MODULE_ID_HIF);
|
|
|
if (!hif_ctx) {
|
|
|
ret = -EINVAL;
|
|
@@ -15254,6 +15257,9 @@ int hdd_wlan_stop_modules(struct hdd_context *hdd_ctx, bool ftm_mode)
|
|
|
wlan_connectivity_logging_stop();
|
|
|
|
|
|
ucfg_ipa_component_config_free();
|
|
|
+
|
|
|
+ hif_ce_desc_history_log_unregister();
|
|
|
+
|
|
|
hdd_hif_close(hdd_ctx, hif_ctx);
|
|
|
|
|
|
ol_cds_free();
|