wlan: Reinitialize the timer value during BTC indication

Currently, the time value is not re-initialized during
BTC indication. As a result, value of zero is passed on
to the subsequent module and the timer fails to start
since the timer value is zero. This is fixed as part of
this change.

Change-Id: I9010b24ac87a1ea90e28ca05d738cbce701395a6
CRs-Fixed: 808111
diff --git a/CORE/SME/src/sme_common/sme_Api.c b/CORE/SME/src/sme_common/sme_Api.c
index 647bf42..49af877 100644
--- a/CORE/SME/src/sme_common/sme_Api.c
+++ b/CORE/SME/src/sme_common/sme_Api.c
@@ -3963,6 +3963,7 @@
          return status;
       }
 #endif
+      pParam->fBtcEnableIndTimerVal = pMac->fBtcEnableIndTimerVal;
       sme_ReleaseGlobalLock( &pMac->sme );
    }