wlan: RSSI when active mode offload enabled

Firmware will calculate RSSI when BMPS is disabled
and active mode offload is enabled.
Adding check for active mode offload along with BMPS.

Change-Id: I181fd6daf3aa072d53cdd422476705d46a37ac91
CRs-Fixed: 538228
diff --git a/CORE/TL/src/wlan_qct_tl.c b/CORE/TL/src/wlan_qct_tl.c
index 18cd66e..14e290d 100644
--- a/CORE/TL/src/wlan_qct_tl.c
+++ b/CORE/TL/src/wlan_qct_tl.c
@@ -2566,7 +2566,7 @@
   /*------------------------------------------------------------------------
     Copy will not be locked; please read restriction
    ------------------------------------------------------------------------*/
-  if(pTLCb->isBMPS)
+  if(pTLCb->isBMPS || IS_ACTIVEMODE_OFFLOAD_FEATURE_ENABLE)
   {
     *pRssi = pClientSTA->rssiAvgBmps;
     /* Check If RSSI is zero because we are reading rssAvgBmps updated by HAL in