diff options
| -rw-r--r-- | core/hdd/src/wlan_hdd_power.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_power.c b/core/hdd/src/wlan_hdd_power.c index edad98f848f4..45156b6d4f37 100644 --- a/core/hdd/src/wlan_hdd_power.c +++ b/core/hdd/src/wlan_hdd_power.c @@ -1471,6 +1471,7 @@ QDF_STATUS hdd_wlan_shutdown(void) if (true == pHddCtx->isMcThreadSuspended) { complete(&cds_sched_context->ResumeMcEvent); pHddCtx->isMcThreadSuspended = false; + pHddCtx->isWiphySuspended = false; } #ifdef QCA_CONFIG_SMP if (true == pHddCtx->is_ol_rx_thread_suspended) { |
