diff options
-rw-r--r-- | src/iwapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/iwapi.c b/src/iwapi.c index 64eb8b2..6de6442 100644 --- a/src/iwapi.c +++ b/src/iwapi.c @@ -242,7 +242,6 @@ int iw_tune(struct interface *i, struct ap_info *ap) { snprint_hw_addr(c, sizeof(c), &ap->ap); /* We are not interested in the return values of these functions due to driver issues */ - daemon_log(LOG_INFO, "Tuning %s ... %s", ap->essid, c); iw_set_mode(i, IW_MODE_INFRA); iw_set_essid(i, ap->essid); //iw_set_freq(i, &ap->freq); |