1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 16:43:09 +02:00

mac80211: ignore errors in the command to set the rx/tx antenna - many drivers do not support this yet

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25192 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-01-28 12:01:54 +00:00
parent ddc9278d09
commit 3344f8e40c

View 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%%.*}"