Add comments to explain paths
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 24 Feb 2009 19:47:13 +0000 (11:47 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 24 Feb 2009 19:47:13 +0000 (11:47 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
crda.c

diff --git a/crda.c b/crda.c
index 3199b39..d2ba29a 100644 (file)
--- a/crda.c
+++ b/crda.c
@@ -163,9 +163,9 @@ int main(int argc, char **argv)
        int num_rules;
 
        const char *regdb_paths[] = {
-               "/usr/local/lib/crda/regulatory.bin",
-               "/usr/lib/crda/regulatory.bin",
-               "/lib/crda/regulatory.bin",
+               "/usr/local/lib/crda/regulatory.bin", /* Users/preloads can override */
+               "/usr/lib/crda/regulatory.bin", /* General distribution package usage */
+               "/lib/crda/regulatory.bin", /* alternative for distributions */
                NULL
        };
        const char **regdb = regdb_paths;