Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
d2ecf985d6
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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")