소스 검색

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 9 년 전
부모
커밋
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