aboutsummaryrefslogtreecommitdiff
path: root/wmediumd
diff options
context:
space:
mode:
authorJaeMan Park <jaeman@google.com>2022-05-17 17:13:44 +0900
committerJaeMan Park <jaeman@google.com>2022-05-17 17:19:15 +0900
commitd7d0e207f2a0fa13d880723360f21ea7c08ac6f3 (patch)
tree0a055854ad200bf657783eb3609ff95fda0867bb /wmediumd
parent397f2fbd68f81c239dd49794e3835cb914043e4e (diff)
downloadwmediumd-d7d0e207f2a0fa13d880723360f21ea7c08ac6f3.tar.gz
Change default SNR value of wmediumd
To test behaviors when wmediumd acts like almost perfect medium, Change default SNR value of wmediumd from 30 to 100 Bug: 232897494 Test: lunch aosp_cf_x86_64_phone-userdebug && m && launch_cvd And then, check that AP named VirtWifi's antenna is full. Change-Id: I908d96a781df69beb8961ef2e3be47527716eaca
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 f8bc395..c81cc01 100644
--- a/wmediumd/wmediumd.h
+++ b/wmediumd/wmediumd.h
@@ -110,7 +110,7 @@ enum {
#define VERSION_NR 1
-#define SNR_DEFAULT 30
+#define SNR_DEFAULT 100
#include <stdint.h>
#include <stdbool.h>