On Wed, 2010-10-27 at 12:07 +0900, Bruno Randolf wrote: > + if (argc > 1 && strcmp(argv[0], "beacon-interval") == 0) { > + argv++; > + argc--; > + bintval = strtoul(argv[0], &end, 10); error checking would be nice, this will accept "beacon-interval 50ms" which may not be what we want ;) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html