Silence ifconfig down errors in mac80211 (#4067)
[openwrt.git] / package / mac80211 / files / lib / wifi / mac80211.sh
index 3f85864..74105c6 100644 (file)
@@ -53,7 +53,7 @@ enable_mac80211() {
        
        local first=1
        for vif in $vifs; do
-               ifconfig "$ifname" down
+               ifconfig "$ifname" down 2>/dev/null
                config_get ifname "$vif" ifname
                config_get enc "$vif" encryption
                config_get eap_type "$vif" eap_type
This page took 0.020785 seconds and 4 git commands to generate.