wlan: Add a new parameter indicating the max LI value for modulated DTIM

Add a new parameter which can be configured in WCNSS_qcom_cfg.ini. It
indicates the max LI value for modulated DTIM. The default value is set to
10, the min value is set to 1 and the max value is set to 10.
This change needs the dependent API change in riva\inc\wlan_hal_msg.h.

Change-Id: I411740f159270f1a0f2f94f3a7964abb7d792e37
CRs-fixed: 472408
diff --git a/CORE/WDI/CP/src/wlan_qct_wdi.c b/CORE/WDI/CP/src/wlan_qct_wdi.c
index 0247e8b..826b0a7 100644
--- a/CORE/WDI/CP/src/wlan_qct_wdi.c
+++ b/CORE/WDI/CP/src/wlan_qct_wdi.c
@@ -25662,6 +25662,9 @@
   powerParams.uBETInterval =
     pwdiPowerParamsReqParams->wdiSetPowerParamsInfo.uBETInterval;
 
+  /* MAX LI for modulated DTIM */
+  powerParams.uMaxLIModulatedDTIM =
+  pwdiPowerParamsReqParams->wdiSetPowerParamsInfo.uMaxLIModulatedDTIM;
 
    wpalMemoryCopy( pSendBuffer+usDataOffset,
                    &powerParams,