diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-26 21:01:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-26 21:01:23 +0000 |
commit | 3b0c90325e2e760be4e34d8e302eda04eb692675 (patch) | |
tree | 671bff086d216a8a6a269ceec8da61705dfb410a /package/mac80211 | |
parent | 1c92e047c80b742c5cc0d79b0a1ec5cba9347019 (diff) | |
download | upstream-3b0c90325e2e760be4e34d8e302eda04eb692675.tar.gz upstream-3b0c90325e2e760be4e34d8e302eda04eb692675.tar.bz2 upstream-3b0c90325e2e760be4e34d8e302eda04eb692675.zip |
mac80211: add missing done to mac80211.sh (#8735)
SVN-Revision: 25131
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/files/lib/wifi/mac80211.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |