projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e6f684
)
mac80211: ignore errors in the command to set the rx/tx antenna - many drivers do...
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 28 Jan 2011 12:01:54 +0000
(12:01 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/package/mac80211/files/lib/wifi/mac80211.sh
b/package/mac80211/files/lib/wifi/mac80211.sh
index 13d6584b09b8101fc0febf0177f321dab93201bb..ac1562fb24d4297770a67133d1d25ad29c4354a9 100644
(file)
--- a/
package/mac80211/files/lib/wifi/mac80211.sh
+++ b/
package/mac80211/files/lib/wifi/mac80211.sh
@@
-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%%.*}"