[packages] mac80211: Don't echo missing physical device errors to wireless config...
[openwrt.git] / package / mac80211 / files / lib / wifi / mac80211.sh
index 6d144a9..adfd948 100644 (file)
@@ -281,7 +281,7 @@ enable_mac80211() {
 check_device() {
        config_get phy "$1" phy
        [ -z "$phy" ] && {
-               find_mac80211_phy "$1" || return 0
+               find_mac80211_phy "$1" >/dev/null || return 0
                config_get phy "$1" phy
        }
        [ "$phy" = "$dev" ] && found=1
This page took 0.022125 seconds and 4 git commands to generate.