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

SVN-Revision: 25192
owl
Felix Fietkau 2011-01-28 12:01:54 +00:00
parent 2e6f6843a6
commit 718645d581
1 changed files with 1 additions and 1 deletions

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