summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-10-06 19:29:40 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-10-06 19:29:40 +0000
commit462511bc9c2720a7774485802ef1fb0730fddf37 (patch)
tree17cbd7bc4f9b267f44ce7ccfb0b5b2b59c0e3a9f
parentfc4c066765216e2b083c4ff468868816709d99de (diff)
parent4a7ef23efecec9754918fb150f50bde2464d21e5 (diff)
downloadbase-462511bc9c2720a7774485802ef1fb0730fddf37.tar.gz
Merge cherrypicks of [9513175, 9513021, 9513295] into qt-qpr1-release
Change-Id: Ib86b158e0d92dd8298439ec849c442ac79494d88
-rw-r--r--proto/src/wifi.proto8
1 files changed, 4 insertions, 4 deletions
diff --git a/proto/src/wifi.proto b/proto/src/wifi.proto
index fbf6ca52f11c..353a18756ca2 100644
--- a/proto/src/wifi.proto
+++ b/proto/src/wifi.proto
@@ -1798,12 +1798,12 @@ message ExperimentValues {
optional int32 data_stall_duration_ms = 5;
// Threshold of Tx throughput below which to trigger a data stall
- // measured in Kbps
- optional int32 data_stall_tx_tput_thr_kbps = 6;
+ // measured in Mbps
+ optional int32 data_stall_tx_tput_thr_mbps = 6;
// Threshold of Rx throughput below which to trigger a data stall
- // measured in Kbps
- optional int32 data_stall_rx_tput_thr_kbps = 7;
+ // measured in Mbps
+ optional int32 data_stall_rx_tput_thr_mbps = 7;
// Threshold of Tx packet error rate above which to trigger a data stall
// in percentage