Преглед на файлове

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")