|
@@ -242,7 +242,6 @@
|
|
|
#include "wlan_psoc_mlme_ucfg_api.h"
|
|
|
#include "os_if_qmi.h"
|
|
|
#include "wlan_qmi_ucfg_api.h"
|
|
|
-#include "ce_api.h"
|
|
|
#include "wlan_psoc_mlme_ucfg_api.h"
|
|
|
#include "wlan_ll_sap_ucfg_api.h"
|
|
|
|
|
@@ -4824,8 +4823,6 @@ 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;
|
|
@@ -16214,8 +16211,6 @@ int hdd_wlan_stop_modules(struct hdd_context *hdd_ctx, bool ftm_mode)
|
|
|
|
|
|
ucfg_ipa_component_config_free();
|
|
|
|
|
|
- hif_ce_desc_history_log_unregister();
|
|
|
-
|
|
|
hdd_hif_close(hdd_ctx, hif_ctx);
|
|
|
|
|
|
ol_cds_free();
|