qcacld-3.0: Enable RX LDPC ini by default
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
This commit is contained in:

zatwierdzone przez
snandini

rodzic
8b4c796247
commit
b31635c384
@@ -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")
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user