diff --git a/src/wifi/wifid.c b/src/wifi/wifid.c index a59c743..cef5f01 100644 --- a/src/wifi/wifid.c +++ b/src/wifi/wifid.c @@ -39,7 +39,7 @@ #include "util.h" #include "wifid.h" -#define DO_NOT_RELY_UDEV 1 +#define DO_NOT_RELY_UDEV 0 const char *arg_wpa_bindir = "/usr/bin"; unsigned int arg_wpa_loglevel = LOG_NOTICE;