diff options
author | Mingguang Xu <mingguangxu@google.com> | 2019-10-04 23:27:38 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-10-04 23:27:38 +0000 |
commit | 9c1464d7ca237d40cde538666227a5d58f1da6d5 (patch) | |
tree | 8e5845f073aa13d678650a045d09920bd1ed0584 /proto/src | |
parent | 7cd4256dded4165b4eff43f534e143d6c6f90fcb (diff) | |
parent | 038345da61cb9d560486386a1c46c18c870e597c (diff) |
Merge "Revert "Wifi usability: Change the unit of the threshold for tx/rx throughput from Mbps to Kbps"" into qt-qpr1-dev
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/wifi.proto | 8 |
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 |