remove DMN_MKK1_FCCA for now (database invalid)
[platform/upstream/crda.git] / README
1 CRDA
2 -----
3
4 This is the Central Regulatory Domain Agent effort.
5
6 Primative diagram:
7
8 Db --> Fdb
9 D can read Fdb
10 K queries D, D reads Fdb, D passes an R to the Kernel
11 K enforces R
12
13 Legend:
14
15 Db: MySQL database
16 Fdb: File database
17 D: CRDA Daemon
18 K: The Linux kernel
19 R: A regulatory domain structure built by D and passed to the K
20
21 Phase I
22 --------
23 For now we will build a MySQL database with some temporary data to populate the database
24 and a script to extract this into a file, Fdb. Proper regulatory information is coming.
25
26 Phase II
27 --------
28 Userspace CRDA daemon which can read Fdb, and given a country outputs a regulatory domain
29 definition for that country.
30
31 Phase III
32 ---------
33 Add nl80211 commands and attributes in the kernel to handle receiving a regulatory domain
34 structure from the CRDA daemon.
35
36 Phase IV
37 --------
38 Test with a driver, zd1211rw.
39