From 125fa274fa401455c1c71a52df3a77242701907c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 16 Nov 2012 16:36:52 +0000 Subject: [PATCH] -also allow ad-hoc --- src/transport/gnunet-helper-transport-wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c index 15c17b048..bb8b45c64 100644 --- a/src/transport/gnunet-helper-transport-wlan.c +++ b/src/transport/gnunet-helper-transport-wlan.c @@ -1669,7 +1669,7 @@ open_device_raw (struct HardwareInfos *dev) (wrq.u.mode != IW_MODE_ADHOC) )) { - fprintf (stderr, "Error: interface `%.*s' is not in monitor mode\n", + fprintf (stderr, "Error: interface `%.*s' is not in monitor or ad-hoc mode\n", IFNAMSIZ, dev->iface); return 1; } -- 2.25.1