projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad6aac
)
[package] mac80211: add missing done to mac80211.sh (#8735)
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 26 Jan 2011 21:01:23 +0000
(21:01 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 26 Jan 2011 21:01:23 +0000
(21:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25131
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mac80211/files/lib/wifi/mac80211.sh
patch
|
blob
|
history
diff --git
a/package/mac80211/files/lib/wifi/mac80211.sh
b/package/mac80211/files/lib/wifi/mac80211.sh
index
e865a8b
..
3a8b116
100644
(file)
--- 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