mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
broadcom-wl: turn on wmm by default, disabling it by default makes no sense, and without it 802.11n does not work (fixes #10918)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30362 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c993a44fa3
commit
cd774af8f5
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user