index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Jo-Philipp Wich <jow@openwrt.org>
2011-01-26 20:37:12 +0000
committer
Jo-Philipp Wich <jow@openwrt.org>
2011-01-26 20:37:12 +0000
commit
49d060dc1b89ca8fe40ce2c754988ab5409167c0
(
patch
)
tree
645d0e8ef2a684ac13f6d922080fba48220a7ef8
/
package
parent
256169cbd077681d2fddefc78ad879113d6dc915
(
diff
)
mac80211: add mising esac to mac80211.sh
SVN-Revision: 25122
Diffstat
(limited to 'package')
-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 f1d89f87a0..e865a8be66 100644
--- a/
package/mac80211/files/lib/wifi/mac80211.sh
+++ b/
package/mac80211/files/lib/wifi/mac80211.sh
@@ -413,6 +413,7 @@ enable_mac80211() {
}
;;
*) append keyspec "d:0:$(prepare_key_wep "$key")" ;;
+ esac
}
local mcval=""