1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 06:09:49 +03:00

add frameburst closes #1759

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2008-03-29 21:10:24 +00:00
parent 1f0b1b008c
commit 8d00b42964

View File

@ -97,6 +97,7 @@ enable_broadcom() {
config_get slottime "$device" slottime config_get slottime "$device" slottime
config_get rxant "$device" rxant config_get rxant "$device" rxant
config_get txant "$device" txant config_get txant "$device" txant
config_get_bool frameburst "$device" frameburst
config_get macfilter "$device" macfilter config_get macfilter "$device" macfilter
config_get maclist "$device" maclist config_get maclist "$device" maclist
local vif_pre_up vif_post_up vif_do_up local vif_pre_up vif_post_up vif_do_up
@ -252,6 +253,7 @@ country ${country:-IL0}
${channel:+channel $channel} ${channel:+channel $channel}
maxassoc ${maxassoc:-128} maxassoc ${maxassoc:-128}
slottime ${slottime:--1} slottime ${slottime:--1}
${frameburst:+frameburst $frameburst}
$vif_pre_up $vif_pre_up
up up