From 2da022f47c4a6b5be1a93313e84a8f0e34c4a96c Mon Sep 17 00:00:00 2001 From: Toastman Date: Fri, 13 Jan 2012 11:29:35 +0700 Subject: [PATCH] nvram defaults now country=SG, txpwr=auto --- release/src/router/nvram/defaults.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/src/router/nvram/defaults.c b/release/src/router/nvram/defaults.c index 43751a8bbd..4cefddbd17 100644 --- a/release/src/router/nvram/defaults.c +++ b/release/src/router/nvram/defaults.c @@ -184,7 +184,7 @@ const defaults_t defaults[] = { { "wl_radioids", "" }, // List of radio IDs { "wl_ssid", "wireless" }, // Service set ID (network name) { "wl1_ssid", "wireless1" }, - { "wl_country_code", "US" }, // Country (default obtained from driver) + { "wl_country_code", "SG" }, // Country (default obtained from driver) { "wl_radio", "1" }, // Enable (1) or disable (0) radio { "wl1_radio", "1" }, // Enable (1) or disable (0) radio { "wl_closed", "0" }, // Closed (hidden) network @@ -465,7 +465,7 @@ const defaults_t defaults[] = { // advanced-wireless { "wl_txant", "3" }, - { "wl_txpwr", "42" }, + { "wl_txpwr", "0" }, // 0 = driver default power { "wl_maxassoc", "128" }, // Max associations driver could support { "wl_bss_maxassoc", "128" }, { "wl_distance", "" }, -- 2.11.4.GIT