diff --git a/etc/pccard_ether b/etc/pccard_ether index 7d324a11b89b..bf4f9c231440 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -120,6 +120,9 @@ pccard_ether_restart() pccard_ether_startchildren() { for child in `get_if_var $ifn wlans_IF`; do + if ifexists $child; then + continue + fi /etc/rc.d/netif quietstart $child done }