From 067bc0d96f5bfc065c7033cce5e16e20e0170782 Mon Sep 17 00:00:00 2001 From: pdw <> Date: Mon, 3 Oct 2011 20:49:58 +0000 Subject: [PATCH] Added wmaster to the bad interfaces list. --- options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/options.c b/options.c index db3b827..539313a 100644 --- a/options.c +++ b/options.c @@ -46,7 +46,8 @@ static char *bad_interface_names[] = { "gif", /* psuedo-device generic tunnel interface */ "dummy", "vmnet", - NULL /* last entry must be NULL */ + "wmaster", /* wmaster0 is an internal-use interface for mac80211, a Linux WiFi API. */ + NULL /* last entry must be NULL */ }; config_enumeration_type sort_enumeration[] = {