summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ifplugd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ifplugd.sh b/net/ifplugd.sh
index 5831720..995fe81 100644
--- a/net/ifplugd.sh
+++ b/net/ifplugd.sh
@@ -27,8 +27,8 @@ ifplugd_pre_start()
return 0
fi
- # We don't work on bonded, bridges, tun/tap, vlan or wireless
- for f in bond bridge tuntap vlan wireless; do
+ # We don't work on bonded, bridges, tun/tap or vlan
+ for f in bond bridge tuntap vlan; do
if type "_is_${f}" >/dev/null 2>&1; then
if _is_${f}; then
veinfo "ifplugd does not work with ${f}"