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>
Sun, 5 Jun 2016 21:53:46 +0000 (23:53 +0200)
commit1a0ab91a746487301a30ecef2b2f95d40527f3da
tree8be33f0e89b5c19c36b3925153f63aaf30e8c7f6
parent195268cae3bb2f462d82dc0178dbca07f0cff706
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. Part of the patterns have been
tested by Ben Greear and shown to work. YMMV!

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