diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-20 16:11:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-20 16:11:46 +0000 |
commit | a13fa6520743f04c937f0af5dc1ff9d0e6298704 (patch) | |
tree | 52929bcc9de577295bf60e80bfe2312c974fb0f9 /package/base-files | |
parent | 06a19c83ae86024d913e848a1d571fd19977aab0 (diff) | |
download | upstream-a13fa6520743f04c937f0af5dc1ff9d0e6298704.tar.gz upstream-a13fa6520743f04c937f0af5dc1ff9d0e6298704.tar.bz2 upstream-a13fa6520743f04c937f0af5dc1ff9d0e6298704.zip |
add a workaround for the hostapd killed issue when using more than one wifi card (#1928, #2040)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8077 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-x | package/base-files/files/sbin/wifi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/sbin/wifi b/package/base-files/files/sbin/wifi index 2ca5d22cb8..d653620ca2 100755 --- a/package/base-files/files/sbin/wifi +++ b/package/base-files/files/sbin/wifi @@ -36,6 +36,7 @@ bridge_interface() {( wifi_updown() { + [ enable = "$1" ] && wifi_updown disable "$2" for device in ${2:-$DEVICES}; do ( config_get disabled "$device" disabled [ 1 == "$disabled" ] && { |