From 3b0c90325e2e760be4e34d8e302eda04eb692675 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 26 Jan 2011 21:01:23 +0000 Subject: mac80211: add missing done to mac80211.sh (#8735) SVN-Revision: 25131 --- package/mac80211/files/lib/wifi/mac80211.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'package/mac80211/files') diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index e865a8be66..3a8b116d19 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -411,6 +411,7 @@ enable_mac80211() { [ $idx -eq $key ] && ikey="d:$ikey" append keyspec "$ikey" } + done ;; *) append keyspec "d:0:$(prepare_key_wep "$key")" ;; esac -- cgit v1.2.3