wpa_supplicant: add more parameters
[openwrt/svn-archive/archive.git] / package / mac80211 / files / lib / wifi / mac80211.sh
index 6b907b6a2fc2b1aea1e7df49eccd7e089f78a327..97fd0507445e3fe7b5cc67e0017262bb701b5083 100644 (file)
@@ -453,8 +453,9 @@ enable_mac80211() {
                                                        echo "enable_mac80211($device): Failed to set up wpa_supplicant for interface $ifname" >&2
                                                        # make sure this wifi interface won't accidentally stay open without encryption
                                                        ifconfig "$ifname" down
-                                                       continue
                                                }
+                                               # wpa_supplicant will bring the iface up
+                                               continue
                                        fi
                                }