add frameburst closes #1759
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Mar 2008 21:10:24 +0000 (21:10 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Mar 2008 21:10:24 +0000 (21:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10689 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/broadcom-wl/files/lib/wifi/broadcom.sh

index 2e6f2e8..3562455 100644 (file)
@@ -97,6 +97,7 @@ enable_broadcom() {
        config_get slottime "$device" slottime
        config_get rxant "$device" rxant
        config_get txant "$device" txant
+       config_get_bool frameburst "$device" frameburst
        config_get macfilter "$device" macfilter
        config_get maclist "$device" maclist
        local vif_pre_up vif_post_up vif_do_up
@@ -252,6 +253,7 @@ country ${country:-IL0}
 ${channel:+channel $channel}
 maxassoc ${maxassoc:-128}
 slottime ${slottime:--1}
+${frameburst:+frameburst $frameburst}
 
 $vif_pre_up
 up
This page took 0.031429 seconds and 4 git commands to generate.