mac80211: ignore errors in the command to set the rx/tx antenna - many drivers do...
authorFelix Fietkau <nbd@openwrt.org>
Fri, 28 Jan 2011 12:01:54 +0000 (12:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 28 Jan 2011 12:01:54 +0000 (12:01 +0000)
SVN-Revision: 25192

package/mac80211/files/lib/wifi/mac80211.sh

index 13d6584b09b8101fc0febf0177f321dab93201bb..ac1562fb24d4297770a67133d1d25ad29c4354a9 100644 (file)
@@ -256,7 +256,7 @@ enable_mac80211() {
                fixed=1
        }
 
-       iw phy "$phy" set antenna $txantenna $rxantenna
+       iw phy "$phy" set antenna $txantenna $rxantenna >/dev/null 2>&1
 
        [ -n "$distance" ] && iw phy "$phy" set distance "$distance"
        [ -n "$frag" ] && iw phy "$phy" set frag "${frag%%.*}"