|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2014-2020 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2014-2021 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -553,7 +553,6 @@ static inline void ol_check_clean_recovery_flag(struct ol_context *ol_ctx)
|
|
|
qdf_device_t qdf_dev = ol_ctx->qdf_dev;
|
|
|
|
|
|
if (!pld_have_platform_driver_support(qdf_dev->dev)) {
|
|
|
- cds_set_recovery_in_progress(false);
|
|
|
if (ol_ctx->fw_crashed_cb)
|
|
|
ol_ctx->fw_crashed_cb();
|
|
|
}
|