projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wifi: change the default channel from 5 to 11, 5 was a really bad choice
[openwrt.git]
/
package
/
acx
/
files
/
lib
/
wifi
/
acx.sh
diff --git
a/package/acx/files/lib/wifi/acx.sh
b/package/acx/files/lib/wifi/acx.sh
index
2775a7b
..
9ee906d
100644
(file)
--- a/
package/acx/files/lib/wifi/acx.sh
+++ b/
package/acx/files/lib/wifi/acx.sh
@@
-185,7
+185,7
@@
detect_acx() {
cat <<EOF
config wifi-device $dev
option type acx
- option channel
5
+ option channel
11
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1
This page took
0.021436 seconds
and
4
git commands to generate.