|
@@ -8173,10 +8173,12 @@ err_stop_modules:
|
|
}
|
|
}
|
|
|
|
|
|
err_exit_nl_srv:
|
|
err_exit_nl_srv:
|
|
|
|
+ hdd_green_ap_deinit(hdd_ctx);
|
|
hdd_exit_netlink_services(hdd_ctx);
|
|
hdd_exit_netlink_services(hdd_ctx);
|
|
|
|
|
|
cds_deinit_ini_config();
|
|
cds_deinit_ini_config();
|
|
err_hdd_free_context:
|
|
err_hdd_free_context:
|
|
|
|
+ wlan_hdd_deinit_tx_rx_histogram(hdd_ctx);
|
|
qdf_mc_timer_destroy(&hdd_ctx->iface_change_timer);
|
|
qdf_mc_timer_destroy(&hdd_ctx->iface_change_timer);
|
|
mutex_destroy(&hdd_ctx->iface_change_lock);
|
|
mutex_destroy(&hdd_ctx->iface_change_lock);
|
|
hdd_context_destroy(hdd_ctx);
|
|
hdd_context_destroy(hdd_ctx);
|