Index: /src/router/wlconf/wlconf.c
===================================================================
--- /src/router/wlconf/wlconf.c	(revision 10096)
+++ /src/router/wlconf/wlconf.c	(revision 10097)
@@ -153,5 +153,5 @@
 	{ WLC_USL, ((char *[]) { "USA Low", "USALow", "USL", NULL }), "US" },
 	{ WLC_JPH, ((char *[]) { "Japan High", "JapanHigh", "JPH", NULL }), "JP" },
-	{ WLC_ALL, ((char *[]) { "All", "AllTheChannels", NULL }), "All" },
+	{ WLC_ALL, ((char *[]) { "ALL", "AllTheChannels", NULL }), "ALL" },
 	};
 
@@ -906,13 +906,13 @@
 	country = BUFFALO_COUNTRY;
 #else
-	if (nvram_match("wl0_phytype","a"))
-	    country="US";
-	else
-	    country="JP";
-	if (phytype == PHY_TYPE_N)
+//	if (nvram_match("wl0_phytype","a"))
+//	    country="US";
+//	else
+	    country="ALL";
+/*	if (phytype == PHY_TYPE_N)
 	    {
 	    if (nvram_default_match(strcat_r(prefix, "net_mode", tmp),"n-only","mixed") || nvram_match(strcat_r(prefix, "net_mode", tmp),"mixed"))
 		country="DE";
-	    }
+	    }*/
 	//country = nvram_get(tmp);
 #endif
@@ -1103,5 +1103,6 @@
 		/* Get BW */
 		val = atoi(nvram_safe_get(strcat_r(prefix, "nbw", tmp)));
-		if (nvram_match(strcat_r(prefix, "net_mode", tmp),"b-only") ||  nvram_match(strcat_r(prefix, "net_mode", tmp),"g-only") || nvram_match(strcat_r(prefix, "net_mode", tmp),"a-only") ||  nvram_match(strcat_r(prefix, "net_mode", tmp),"bg-mixed"));
+		fprintf(stderr,"nbw = %d\n",val);
+		if (nvram_match(strcat_r(prefix, "net_mode", tmp),"b-only") ||  nvram_match(strcat_r(prefix, "net_mode", tmp),"g-only") || nvram_match(strcat_r(prefix, "net_mode", tmp),"a-only") ||  nvram_match(strcat_r(prefix, "net_mode", tmp),"bg-mixed"))
 			val = 20;
 		
