aboutsummaryrefslogtreecommitdiff
path: root/wmediumd
diff options
context:
space:
mode:
authorJaeMan Park <jaeman@google.com>2022-05-19 01:20:29 +0900
committerJaeMan Park <jaeman@google.com>2022-05-19 01:34:51 +0900
commit542cd2bbd843c1a32dc2450e847e5280eb7d9699 (patch)
tree7120cb446539fc7f444a5c1b6bf25c58b7ff9458 /wmediumd
parentd7d0e207f2a0fa13d880723360f21ea7c08ac6f3 (diff)
downloadwmediumd-542cd2bbd843c1a32dc2450e847e5280eb7d9699.tar.gz
Change default SNR value of wmediumd to 90
Change default SNR value from 100 to 90. Reason: Broken test Bug: 233047489 Test: atest CtsStatsdAtomHostTestCases:android.cts.statsdatom.wifi.WifiStatsTests#testWifiReconnect Change-Id: I85f9f185c7768acf43c663978b8530dfb419a2f6
Diffstat (limited to 'wmediumd')
-rw-r--r--wmediumd/wmediumd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wmediumd/wmediumd.h b/wmediumd/wmediumd.h
index c81cc01..4001998 100644
--- a/wmediumd/wmediumd.h
+++ b/wmediumd/wmediumd.h
@@ -110,7 +110,7 @@ enum {
#define VERSION_NR 1
-#define SNR_DEFAULT 100
+#define SNR_DEFAULT 90
#include <stdint.h>
#include <stdbool.h>