diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-09 21:27:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-09 21:27:58 +0000 |
commit | f3c9a529cd719b7bd9d9a3ba8da894c7d0cd1393 (patch) | |
tree | d2a814a96a2016de9e55c75fe8061bfc78446a92 | |
parent | 90ed6c4c96d0f36d06e869a8b258634211f3e795 (diff) |
modules/freifunk: increase default txpower to 15dbm
-rw-r--r-- | modules/freifunk/root/etc/config/freifunk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/root/etc/config/freifunk b/modules/freifunk/root/etc/config/freifunk index ce855e2fe..5c6f1ac79 100644 --- a/modules/freifunk/root/etc/config/freifunk +++ b/modules/freifunk/root/etc/config/freifunk @@ -53,7 +53,7 @@ config defaults wifi_device option channel 1 option diversity 1 option disabled 0 - option txpower 10 + option txpower 15 config defaults wifi_iface option mode adhoc |