|
@@ -10145,7 +10145,9 @@ int hdd_wlan_stop_modules(struct hdd_context *hdd_ctx, bool ftm_mode)
|
|
|
goto done;
|
|
|
}
|
|
|
|
|
|
+ hdd_sysfs_destroy_version_interface();
|
|
|
hdd_debug("Closing CDS modules!");
|
|
|
+
|
|
|
qdf_status = cds_post_disable();
|
|
|
if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
|
|
|
hdd_err("Failed to process post CDS disable Modules! :%d",
|