From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> World regulatory domains should deal with passive scan flags to account for gaps in the frequency spectrum that some countries do not rely on but some APs / Cell towers could be relied upon for determining location. Signed-off-by: Luis R. Rodriguez <mcgrof at do-not-panic.com> --- intersect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intersect.c b/intersect.c index bc1e63e..baca5f1 100644 --- a/intersect.c +++ b/intersect.c @@ -7,7 +7,7 @@ #include "reglib.h" /* Intersects regulatory domains, this will skip any regulatory marked with - * an alpha2 of '00', which is used to indicate a regulatory domain */ + * an alpha2 of '00', which is used to indicate a world regulatory domain */ int main(int argc, char **argv) { @@ -67,7 +67,7 @@ int main(int argc, char **argv) free(prev_rd_intsct); /* Tada! */ - printf("== World regulatory domain: ==\n"); + printf("Intersected regulatory domain:\n"); reglib_print_regdom(rd_intsct); free(rd_intsct); -- 1.7.10.4