|
@@ -9001,8 +9001,6 @@ void hdd_wlan_exit(struct hdd_context *hdd_ctx)
|
|
|
|
|
|
hdd_wlan_stop_modules(hdd_ctx, false);
|
|
|
|
|
|
- hdd_deinit_regulatory_update_event(hdd_ctx);
|
|
|
-
|
|
|
hdd_driver_memdump_deinit();
|
|
|
|
|
|
qdf_nbuf_deinit_replenish_timer();
|
|
@@ -9032,6 +9030,7 @@ void hdd_wlan_exit(struct hdd_context *hdd_ctx)
|
|
|
hdd_lpass_notify_stop(hdd_ctx);
|
|
|
}
|
|
|
|
|
|
+ hdd_deinit_regulatory_update_event(hdd_ctx);
|
|
|
hdd_exit_netlink_services(hdd_ctx);
|
|
|
#ifdef FEATURE_WLAN_CH_AVOID
|
|
|
mutex_destroy(&hdd_ctx->avoid_freq_lock);
|