wlan: Reset pHddCtx->btCoexModeSet value after a shutdown

Reset pHddCtx->btCoexModeSet value to FALSE in hdd_wlan_re_init
to unblock scan event after recover from SSR.
CRs-Fixed: 724221

Change-Id: I81d6f2dc5e0dda07e1841576b1f2f742fe584004
diff --git a/CORE/HDD/src/wlan_hdd_early_suspend.c b/CORE/HDD/src/wlan_hdd_early_suspend.c
index 1c83bb6..fa2ba28 100644
--- a/CORE/HDD/src/wlan_hdd_early_suspend.c
+++ b/CORE/HDD/src/wlan_hdd_early_suspend.c
@@ -2225,6 +2225,7 @@
    pHddCtx->isLogpInProgress = FALSE;
    vos_set_logp_in_progress(VOS_MODULE_ID_VOSS, FALSE);
    pHddCtx->hdd_mcastbcast_filter_set = FALSE;
+   pHddCtx->btCoexModeSet = FALSE;
    hdd_register_mcast_bcast_filter(pHddCtx);
    wlan_hdd_tdls_init(pHddCtx);
    /* Register with platform driver as client for Suspend/Resume */