diff options
author | Ferry Zhou <tianguiz@codeaurora.org> | 2017-10-12 10:10:26 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-25 15:22:20 +0200 |
commit | b1a7bc83f67f57984dce0d7f67713fa5b9e4cecc (patch) | |
tree | a836d09505b2e6492f5f32b446e4a97b9b7a23a8 /wifi | |
parent | b6cb8c2d1be015ebf91a45c7699fbd34eed9ec9f (diff) |
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 <dade.garberi@gmail.com>
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/WCNSS_qcom_cfg.ini | 4 |
1 files changed, 4 insertions, 0 deletions
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 |