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 | 7fcb5722b3dbdee5162c34357a3b427b6d9a3a55 (patch) | |
tree | 7d677972f75ae0330438863e79c953b8ac25355f /package/mac80211 | |
parent | 9ad6aac6db8688ef7c3adc5f036a2e1c18f252db (diff) | |
download | master-187ad058-7fcb5722b3dbdee5162c34357a3b427b6d9a3a55.tar.gz master-187ad058-7fcb5722b3dbdee5162c34357a3b427b6d9a3a55.tar.bz2 master-187ad058-7fcb5722b3dbdee5162c34357a3b427b6d9a3a55.zip |
[package] mac80211: add missing done to mac80211.sh (#8735)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25131 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |