aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-09 17:22:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-09 17:22:25 +0000
commit12c45dea86f623da602906db22b530414e71ab7d (patch)
treee0ce0cff5cd2d785314598e28d68d06f7dc6c5c4
parentc2804524cf5239a10156b0baef3303008379aaa6 (diff)
downloadupstream-12c45dea86f623da602906db22b530414e71ab7d.tar.gz
upstream-12c45dea86f623da602906db22b530414e71ab7d.tar.bz2
upstream-12c45dea86f623da602906db22b530414e71ab7d.zip
mac80211: fix RTS threshold not being set for mac80211 devices
A typo prevented it from working, tested with ar71xx and ath9k. Signed-off-by: Otto Solares <solca@guug.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18719 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/mac80211/files/lib/wifi/mac80211.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh
index efceebbe4c..6d144a95c9 100644
--- 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