mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-07 21:22:10 -05:00
parent
10f4e46cf9
commit
c6b1119e6b
@ -53,7 +53,7 @@ enable_mac80211() {
|
|||||||
|
|
||||||
local first=1
|
local first=1
|
||||||
for vif in $vifs; do
|
for vif in $vifs; do
|
||||||
ifconfig "$ifname" down
|
ifconfig "$ifname" down 2>/dev/null
|
||||||
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
Block a user