qcacld-3.0: Increase very high voting TPUT threshold default value

Increase the very high throughput threshold default from
9000 to 10000

Change-Id: I759a4bc4d0115ff3e26315ef35635ec7bfb4983f
CRs-Fixed: 3098821
This commit is contained in:
Amit Mehta
2021-12-22 12:18:02 +05:30
committed by Madan Koyyalamudi
parent 46b11212b1
commit 5235136d0a

View File

@@ -443,7 +443,7 @@
* *
* @Min: 0 * @Min: 0
* @Max: 4294967295UL * @Max: 4294967295UL
* @Default: 9000 * @Default: 10000
* *
* This ini specifies the bus bandwidth very high threshold * This ini specifies the bus bandwidth very high threshold
* *
@@ -456,7 +456,7 @@
"gBusBandwidthVeryHighThreshold", \ "gBusBandwidthVeryHighThreshold", \
0, \ 0, \
4294967295UL, \ 4294967295UL, \
9000, \ 10000, \
CFG_VALUE_OR_DEFAULT, \ CFG_VALUE_OR_DEFAULT, \
"Bus bandwidth very high threshold") "Bus bandwidth very high threshold")
/* /*