add antenna diversity config support for broadcom-wl
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 22 Jun 2007 20:17:43 +0000 (20:17 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 22 Jun 2007 20:17:43 +0000 (20:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7710 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index a7ffabc..fc26d07 100644 (file)
@@ -94,6 +94,8 @@ enable_broadcom() {
        config_get vifs "$device" vifs
        config_get distance "$device" distance
        config_get slottime "$device" slottime
        config_get vifs "$device" vifs
        config_get distance "$device" distance
        config_get slottime "$device" slottime
+       config_get rxant "$device" rxant
+       config_get txant "$device" txant
        local vif_pre_up vif_post_up vif_do_up
 
        _c=0
        local vif_pre_up vif_post_up vif_do_up
 
        _c=0
@@ -215,6 +217,8 @@ infra $infra
 ${wet:+wet 1}
 802.11d 0
 802.11h 0
 ${wet:+wet 1}
 802.11d 0
 802.11h 0
+rxant ${rxant:-3}
+txant ${txant:-3}
 
 radio ${radio:-1}
 macfilter 0
 
 radio ${radio:-1}
 macfilter 0
This page took 0.025452 seconds and 4 git commands to generate.