diff options
author | John Crispin <john@openwrt.org> | 2012-07-24 23:07:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-07-24 23:07:15 +0000 |
commit | 8b3882224a40ef79be210a55a7fda779179d5872 (patch) | |
tree | a933d76bdc9cc350599239fb29432b6dc2f7192d /package/mac80211/files/lib/wifi/mac80211.sh | |
parent | 3f3268c0c20ae6585067d88880e31a7ffd9536f0 (diff) | |
download | mtk-20170518-8b3882224a40ef79be210a55a7fda779179d5872.zip mtk-20170518-8b3882224a40ef79be210a55a7fda779179d5872.tar.gz mtk-20170518-8b3882224a40ef79be210a55a7fda779179d5872.tar.bz2 |
wpa_supplicant: add more parameters
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32829
Diffstat (limited to 'package/mac80211/files/lib/wifi/mac80211.sh')
-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 6b907b6..97fd050 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 } |