瀏覽代碼

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
Gururaj Pandurangi 4 年之前
父節點
當前提交
b31635c384
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_ht_caps.h

+ 2 - 2
components/mlme/dispatcher/inc/cfg_mlme_ht_caps.h

@@ -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")
 
 /*