diff options
author | John Crispin <blogic@openwrt.org> | 2012-07-24 23:07:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-07-24 23:07:15 +0000 |
commit | fc04e98efd6c789ebc25c73f50963c1290ad2ca3 (patch) | |
tree | 47e8b2468b20899f13d1f4a166dad5e4e7f655a5 /package/mac80211 | |
parent | 7a1c6282df289b3ec3737e6dc038cd2b87323484 (diff) | |
download | master-187ad058-fc04e98efd6c789ebc25c73f50963c1290ad2ca3.tar.gz master-187ad058-fc04e98efd6c789ebc25c73f50963c1290ad2ca3.tar.bz2 master-187ad058-fc04e98efd6c789ebc25c73f50963c1290ad2ca3.zip |
wpa_supplicant: add more parameters
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32829 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/files/lib/wifi/mac80211.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 6b907b6a2f..97fd050744 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -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 } |