wlan: LDPC changes on Host side

Change-Id: Ifa7d4a87a5ae99b214295e0ebf26c460479765fd
CR-Fixed: 427414

Conflicts:
	prima/riva/inc/wlan_hal_msg.h
diff --git a/CORE/HDD/inc/wlan_hdd_cfg.h b/CORE/HDD/inc/wlan_hdd_cfg.h
index 397462c..ab3134a 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg.h
@@ -1482,6 +1482,16 @@
 #define CFG_SCAN_AGING_PARAM_MAX           ( 200 )
 #define CFG_SCAN_AGING_PARAM_DEFAULT       ( 60 )
 
+/* Config Param to enable the txLdpc capability 
+ * 0 - disable 
+ * 1 - HT LDPC enable
+ * 2 - VHT LDPC enable
+ * 3 - HT & VHT LDPC enable */
+#define CFG_TX_LDPC_ENABLE_FEATURE         "gTxLdpcEnable"
+#define CFG_TX_LDPC_ENABLE_FEATURE_MIN     ( 0 )
+#define CFG_TX_LDPC_ENABLE_FEATURE_MAX     ( 3 )
+#define CFG_TX_LDPC_ENABLE_FEATURE_DEFAULT ( 0 )
+ 
 /*--------------------------------------------------------------------------- 
   Type declarations
   -------------------------------------------------------------------------*/ 
@@ -1806,6 +1816,7 @@
    v_BOOL_t                    fEnableActiveModeOffload;
 #endif
    v_U8_t                      scanAgingTimeout;
+   v_BOOL_t                    enableTxLdpc;
 } hdd_config_t;
 /*--------------------------------------------------------------------------- 
   Function declarations and documenation