diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-05-24 16:47:18 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-05-24 16:47:18 +0200 |
commit | 8be9b2ad965eecb2c4f0e62520f87ca5ba93ceaa (patch) | |
tree | d7036eed5dac71b06065f05d29d9c34d09e61b8f /README | |
parent | 370b839cd9c9ebd3c7d369bce254dc4910443bb9 (diff) | |
download | crda-8be9b2ad965eecb2c4f0e62520f87ca5ba93ceaa.tar.gz crda-8be9b2ad965eecb2c4f0e62520f87ca5ba93ceaa.tar.bz2 crda-8be9b2ad965eecb2c4f0e62520f87ca5ba93ceaa.zip |
create C keys on the fly (in python), rewrite Makefile, put everything into root dir
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ CRDA This is the Central Regulatory Domain Agent effort. -Primative diagram: +Primitive diagram: Db --> Fdb D can read Fdb (regulatory.bin) @@ -13,7 +13,7 @@ K enforces R Legend: Db: text file (db.txt) -Fdb: binary database (defined in daemon/regdb.h) +Fdb: binary database (defined in regdb.h) D: CRDA Daemon K: The Linux kernel R: A regulatory domain structure built by D and passed to the K @@ -23,7 +23,7 @@ Phase I We parse the text file database db.txt into the binary database that tools (including the daemon) should use. -Example C code to read Fdb is available as daemon/dump.c. +Example C code to read Fdb is available as dump.c. Phase II -------- |