From b1a7bc83f67f57984dce0d7f67713fa5b9e4cecc Mon Sep 17 00:00:00 2001 From: Ferry Zhou Date: Thu, 12 Oct 2017 10:10:26 +0800 Subject: msm8996: wifi: Add ini parameter of OCB per packet tx stats This debug feature of OCB per packet tx stats needs to turn off the optimization controlled by macro HI_ACS_FLAGS_SDIO_REDUCE_TX_COMPL_SET, which would degrade the throughput performance. So, add an ini parameter to turn off this debug feature as default. Change-Id: I997f4ff74bd037730383a333bbf1140a1028243a CRs-Fixed: 1113905 Signed-off-by: Davide Garberi --- wifi/WCNSS_qcom_cfg.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wifi') diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index c072402..185e881 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -682,6 +682,10 @@ gWLIntervalPageSTA=30 gBTIntervalPageSAP=30 gWLIntervalPageSAP=30 +# Enable OCB/DSRC tx per packet stats, disable it as default because +# it would degrade throughput +gOcbTxPerPktStatsEnable=0 + END # Note: Configuration parser would not read anything past the END marker -- cgit v1.2.3