|
@@ -7911,7 +7911,7 @@ int hdd_wlan_stop_modules(hdd_context_t *hdd_ctx)
|
|
|
if (QDF_IS_STATUS_ERROR(qdf_status))
|
|
|
hdd_err("Pdev delete failed");
|
|
|
|
|
|
- qdf_status = hdd_destroy_and_release_psoc(hdd_ctx);
|
|
|
+ qdf_status = hdd_release_and_destroy_psoc(hdd_ctx);
|
|
|
if (QDF_IS_STATUS_ERROR(qdf_status))
|
|
|
hdd_err("Psoc delete failed");
|
|
|
|
|
@@ -9930,7 +9930,7 @@ QDF_STATUS hdd_create_and_store_psoc(hdd_context_t *hdd_ctx, uint8_t psoc_id)
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|
|
|
|
|
|
-QDF_STATUS hdd_destroy_and_release_psoc(hdd_context_t *hdd_ctx)
|
|
|
+QDF_STATUS hdd_release_and_destroy_psoc(hdd_context_t *hdd_ctx)
|
|
|
{
|
|
|
struct wlan_objmgr_psoc *psoc = hdd_ctx->hdd_psoc;
|
|
|
|