Просмотр исходного кода

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
Amit Mehta 3 лет назад
Родитель
Сommit
5235136d0a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      core/hdd/inc/hdd_dp_cfg.h

+ 2 - 2
core/hdd/inc/hdd_dp_cfg.h

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