From b14d2518886fa2869b34bb797e7d153ca7ba20ad Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 18 Sep 2017 20:01:39 +0200 Subject: [PATCH] Remove prints --- files/dawn.config | 2 +- src/utils/ubus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/dawn.config b/files/dawn.config index 0721aa1..f0f4864 100644 --- a/files/dawn.config +++ b/files/dawn.config @@ -12,7 +12,7 @@ config settings hostapd config settings metric option ht_support '10' - option vht_support '10' + option vht_support '50' option no_ht_support '0' option no_vht_support '0' option rssi '10' diff --git a/src/utils/ubus.c b/src/utils/ubus.c index 92f2872..5e6ab00 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -265,7 +265,7 @@ static int handle_probe_req(struct blob_attr *msg) { //printf("[WC] Hostapd-Probe: %s : %s\n", "probe", str); - print_array(); + //print_array(); // deny access if (!decide_function(&tmp_probe)) {