ソースを参照

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