Enable RX LDPC capability by default in the driver sinc the ini gEnableRXLDPC is not present in the WCNSS cfg ini file. Change-Id: I826dca94e0db18713b0d87581da07eeefbfc80d4 CRs-Fixed: 2748730
@@ -57,7 +57,7 @@
* gEnableRXLDPC - Config Param to enable Rx LDPC capability
* @Min: 0
* @Max: 1
- * @Default: 0
+ * @Default: 1
*
* This ini is used to enable/disable Rx LDPC capability
* 0 - disable Rx LDPC
@@ -73,7 +73,7 @@
*/
#define CFG_RX_LDPC_ENABLE CFG_INI_BOOL( \
"gEnableRXLDPC", \
- 0, \
+ 1, \
"Rx LDPC capability")
/*