[package] madwifi: clear variables used in for loop
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16308 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
0d96f59085
commit
1ef27048f7
|
@ -128,8 +128,7 @@ enable_atheros() {
|
||||||
|
|
||||||
local first=1
|
local first=1
|
||||||
for vif in $vifs; do
|
for vif in $vifs; do
|
||||||
local start_hostapd vif_txpower
|
local start_hostapd= vif_txpower= nosbeacon=
|
||||||
nosbeacon=
|
|
||||||
config_get ifname "$vif" ifname
|
config_get ifname "$vif" ifname
|
||||||
config_get enc "$vif" encryption
|
config_get enc "$vif" encryption
|
||||||
config_get eap_type "$vif" eap_type
|
config_get eap_type "$vif" eap_type
|
||||||
|
|
Loading…
Reference in New Issue