carl9170 firmware: add radar pattern generator
authorChristian Lamparter <chunkeey@googlemail.com>
Fri, 4 May 2012 20:07:52 +0000 (22:07 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Sat, 5 May 2012 00:12:04 +0000 (02:12 +0200)
commit670503bb5233df2540e04d4455eb17d98a7bb0c1
tree46e2eb17a6c1fe30b62e42a29ffe2641f9467b8b
parent2bd700be49afc4c07cf45d0b537980e35322173b
carl9170 firmware: add radar pattern generator

This - rather large - patch includes parts of a
future radar pattern generator which hopefully
can be used for testing DFS without having to
resort to expensive hardware.

The basic concept has been successfully tested with
p54 [firmware detector - easy to fool] . But, that
does not mean it works with other devices just as
well (or at all!).

Note: This feature is WIP and it will not work
out-of-the-box.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
14 files changed:
autogen.sh
carlfw/Kconfig
carlfw/include/carl9170.h
carlfw/include/fwdsc.h
carlfw/include/radar.h [new file with mode: 0644]
carlfw/include/timer.h
carlfw/src/fw.c
carlfw/src/main.c
include/shared/fwdesc.h
include/shared/version.h
tools/.gitignore
tools/src/CMakeLists.txt
tools/src/fwinfo.c
tools/src/fwprepare.c [new file with mode: 0644]