瀏覽代碼

qcacld-3.0: Change Very High BW thresh to 9000

Change the very high bandwidth threshold to 9000 packets. Thus if the
packet length is 1500 bytes and for 100ms bandwidth interval this is
about 1030Mbps. This makes the high bandwidth range 240Mbps - 1030Mbps.

Change-Id: Ia9d5f9e3547148c5dc378a728514c4020649944e
CRs-Fixed: 2527623
Mohit Khanna 5 年之前
父節點
當前提交
d2ecf985d6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/hdd/inc/hdd_dp_cfg.h

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

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