projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a8f23
)
mac80211: fix RTS threshold not being set for mac80211 devices
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Dec 2009 17:22:25 +0000
(17:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Dec 2009 17:22:25 +0000
(17:22 +0000)
A typo prevented it from working, tested with ar71xx and ath9k.
Signed-off-by: Otto Solares <solca@guug.org>
SVN-Revision: 18719
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 efceebbe4c1a0d90f6190e66fd748fa47fd2f0a6..6d144a95c9eda831ea07d0c493b4f0b76d719a53 100644
(file)
--- a/
package/mac80211/files/lib/wifi/mac80211.sh
+++ b/
package/mac80211/files/lib/wifi/mac80211.sh
@@
-209,7
+209,7
@@
enable_mac80211() {
config_get rts "$vif" rts
if [ -n "$rts" ]; then
- iw phy "$phy" set rts "${
frag
%%.*}"
+ iw phy "$phy" set rts "${
rts
%%.*}"
fi
ifconfig "$ifname" up