1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

[package] madwifi: clear variables used in for loop

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16308 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2009-06-03 13:53:10 +00:00
parent 7d01bddd18
commit 4b7f3bb250

View File

@ -128,8 +128,7 @@ enable_atheros() {
local first=1
for vif in $vifs; do
local start_hostapd vif_txpower
nosbeacon=
local start_hostapd= vif_txpower= nosbeacon=
config_get ifname "$vif" ifname
config_get enc "$vif" encryption
config_get eap_type "$vif" eap_type