1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-30 00:56:21 +03:00

broadcom-wl: add rts/frag threshold settings (patch from #4769)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18720 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-12-09 17:29:10 +00:00
parent 7406bafce9
commit 3464004b2e

View File

@ -124,6 +124,8 @@ enable_broadcom() {
config_get maclist "$device" maclist
config_get macaddr "$device" macaddr
config_get txpower "$device" txpower
config_get frag "$device" frag
config_get rts "$device" rts
local vif_pre_up vif_post_up vif_do_up vif_txpower
local doth=0
local wmm=0
@ -291,6 +293,8 @@ ${wet:+wet 1}
wme ${wmm:-0}
rxant ${rxantenna:-3}
txant ${txantenna:-3}
fragthresh ${frag:-2346}
rtsthresh ${rts:-2347}
monitor ${monitor:-0}
passive ${passive:-0}