projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[PATCH] Adjust txpower offset for Nano and Picostation M2 in iwinfo
[openwrt.git]
/
package
/
broadcom-wl
/
files
/
lib
/
wifi
/
broadcom.sh
diff --git
a/package/broadcom-wl/files/lib/wifi/broadcom.sh
b/package/broadcom-wl/files/lib/wifi/broadcom.sh
index
0f639e1
..
57e11e4
100644
(file)
--- a/
package/broadcom-wl/files/lib/wifi/broadcom.sh
+++ b/
package/broadcom-wl/files/lib/wifi/broadcom.sh
@@
-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
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)"
_c=0
nas="$(which nas)"
@@
-330,7
+330,7
@@
infra $infra
${wet:+wet 1}
802.11d 0
802.11h ${doth:-0}
${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}
rxant ${rxantenna:-3}
txant ${txantenna:-3}
fragthresh ${frag:-2346}
This page took
0.021213 seconds
and
4
git commands to generate.