浏览代码

qcacld-3.0: Reset gEnableRXLDPC to mitigate hardware limitation

helium project has limitation of not supporting LDPC on PHY-B,
but PHY-A does support this feature. Software design is in process
to handle this gracefully but till software design is ready, this
feature needs to be disabled from INI to avoid any confusion.

CRs-Fixed: 1029145
Change-Id: I8a3659f20414851cb394395225c301a90cd94f64
Krunal Soni 8 年之前
父节点
当前提交
805cfb5863
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/WCNSS_qcom_cfg.ini

+ 1 - 1
config/WCNSS_qcom_cfg.ini

@@ -366,7 +366,7 @@ gEnableRXSTBC=1
 gEnableTXSTBC=1
 
 # 1=enable rx LDPC; 0=disable
-gEnableRXLDPC=1
+gEnableRXLDPC=0
 
 #Enable/Disable Tx beamforming
 gTxBFEnable=1