broadcom-wl: turn on wmm by default, disabling it by default makes no sense, and...
authorFelix Fietkau <nbd@openwrt.org>
Tue, 7 Feb 2012 15:45:56 +0000 (15:45 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 7 Feb 2012 15:45:56 +0000 (15:45 +0000)
SVN-Revision: 30362

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

index 0f639e1bc1ef553c8ae51be30df7fba4d5417302..57e11e4b14c047720a1bfc284ac3a97a3b0d921e 100644 (file)
@@ -133,7 +133,7 @@ enable_broadcom() {
        config_get hwmode "$device" hwmode
        local vif_pre_up vif_post_up vif_do_up vif_txpower
        local doth=0
-       local wmm=0
+       local wmm=1
 
        _c=0
        nas="$(which nas)"
@@ -330,7 +330,7 @@ infra $infra
 ${wet:+wet 1}
 802.11d 0
 802.11h ${doth:-0}
-wme ${wmm:-0}
+wme ${wmm:-1}
 rxant ${rxantenna:-3}
 txant ${txantenna:-3}
 fragthresh ${frag:-2346}