wlan: Send the RegID info to FW in update channel list.

Currently FW calculates the TxPower by taking FCC reg domain
as reference.
Now Host is sending the current reg domain in Update channel
list so that FW can take reference of TxPower with correct
regID

Change-Id: Ia9bdac200bc1263ff23c6c506cd0e24fe20575d8
CRs-Fixed: 780335
diff --git a/CORE/WDA/src/wlan_qct_wda.c b/CORE/WDA/src/wlan_qct_wda.c
index d350a5b..a46bf19 100644
--- a/CORE/WDA/src/wlan_qct_wda.c
+++ b/CORE/WDA/src/wlan_qct_wda.c
@@ -6549,10 +6549,9 @@
 
        WDA_SET_CHANNEL_MAX_POWER(pChanInfoType, pChanList->chanParam[i].pwr);
        WDA_SET_CHANNEL_REG_POWER(pChanInfoType, pChanList->chanParam[i].pwr);
-
+       WDA_SET_CUURENT_REG_DOMAIN(pChanInfoType, pChanList->regId);
        pChanInfoType++;
    }
-
    pwdiUpdateChReqParam->wdiReqStatusCB = NULL;
    pWdaParams->pWdaContext = pWDA;
    pWdaParams->wdaMsgParam = (void *)pChanList;