wlan: LDPC changes on Host side

Change-Id: Ifa7d4a87a5ae99b214295e0ebf26c460479765fd
CR-Fixed: 427414

Conflicts:
	prima/riva/inc/wlan_hal_msg.h
(cherry picked from commit b2d2c31cd98ce1fd6ab4d001ed5a65f8a4601d55)
diff --git a/CORE/WDI/CP/src/wlan_qct_wdi.c b/CORE/WDI/CP/src/wlan_qct_wdi.c
index da7ed5b..45843f4 100644
--- a/CORE/WDI/CP/src/wlan_qct_wdi.c
+++ b/CORE/WDI/CP/src/wlan_qct_wdi.c
@@ -21751,6 +21751,9 @@
   {
      phalConfigSta_V1->vhtCapable = pwdiConfigSta->ucVhtCapableSta;
      phalConfigSta_V1->vhtTxChannelWidthSet = pwdiConfigSta->ucVhtTxChannelWidthSet;
+     phalConfigSta_V1->htLdpcEnabled = pwdiConfigSta->ucHtLdpcEnabled;
+     phalConfigSta_V1->vhtLdpcEnabled = pwdiConfigSta->ucVhtLdpcEnabled;
+
   }
 #endif
 }/*WDI_CopyWDIStaCtxToHALStaCtx*/;