mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 17:34:42 +02:00
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
This commit is contained in:
parent
3982cd8ffe
commit
7406bafce9
@ -209,7 +209,7 @@ enable_mac80211() {
|
|||||||
|
|
||||||
config_get rts "$vif" rts
|
config_get rts "$vif" rts
|
||||||
if [ -n "$rts" ]; then
|
if [ -n "$rts" ]; then
|
||||||
iw phy "$phy" set rts "${frag%%.*}"
|
iw phy "$phy" set rts "${rts%%.*}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ifconfig "$ifname" up
|
ifconfig "$ifname" up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user