From 4d2c646c729e5b07547fc4c9a8718a50e82517ef Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Thu, 4 Jan 2018 23:44:55 +0100 Subject: [PATCH] set to 0 --- files/dawn.config | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/dawn.config b/files/dawn.config index 8cad0b0..59ec87f 100644 --- a/files/dawn.config +++ b/files/dawn.config @@ -19,20 +19,20 @@ config times option update_hostapd '10' config metric - option ht_support '10' - option vht_support '100' + option ht_support '0' + option vht_support '0' option no_ht_support '0' option no_vht_support '0' option rssi '0' - option low_rssi '-500' - option freq '100' + option low_rssi '0' + option freq '0' option chan_util '0' option max_chan_util '0' - option rssi_val '-60' - option low_rssi_val '-80' - option chan_util_val '140' - option max_chan_util_val '170' - option min_probe_count '4' - option bandwith_threshold '6' - option use_station_count '1' - option eval_probe_req '1' + option rssi_val '0' + option low_rssi_val '0' + option chan_util_val '0' + option max_chan_util_val '0' + option min_probe_count '0' + option bandwith_threshold '0' + option use_station_count '0' + option eval_probe_req '0'