diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-07 15:30:02 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-14 01:19:14 +0200 |
| commit | 8481438446dfb815f08b68e5cff3512cf8c30364 (patch) | |
| tree | ebae41d52318e1cb45d877258e01b2c620c8ebb8 | |
| parent | e29b2754f7e70c050f305917b150a30de5421034 (diff) | |
| download | manifest-8481438446dfb815f08b68e5cff3512cf8c30364.tar.gz manifest-8481438446dfb815f08b68e5cff3512cf8c30364.tar.bz2 manifest-8481438446dfb815f08b68e5cff3512cf8c30364.zip | |
replicant: Add regdb
Regdb is a database of regulatory constraints for WiFi. It's
widely used in GNU/Linux.
We need it to make sure that the local radio frequencies
regulations are respected.
For instance in the 5GHz band, some frequencies are shared
with radar beams, such radars are often used for airports.
So we need to make sure that the WiFi card moves to other
channels when a radar beams is about to occurs.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | replicant/repositories.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/replicant/repositories.xml b/replicant/repositories.xml index 978f0c7..e365f79 100644 --- a/replicant/repositories.xml +++ b/replicant/repositories.xml @@ -19,6 +19,9 @@ remote="github" /> <project path="external/mesa3d" name="replicant-next/external_mesa3d" remote="replicant" groups="pdk-cw-fs,pdk-fs" /> + <project path="external/wireless-regdb" + name="replicant-next/external_wireless-regdb" remote="replicant" + revision="replicant-11"/> <project path="hardware/replicant/libsamsung-ipc" name="replicant-next/hardware_replicant_libsamsung-ipc.git" remote="replicant" revision="replicant-11" /> |
