wireless: support internal statically compiled regulatory database
authorJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Dec 2009 22:59:01 +0000 (17:59 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 21 Dec 2009 23:56:10 +0000 (18:56 -0500)
commit3b377ea9d4efc94dc52fe41b4dfdb463635ab298
tree76724e77913096c03f6b216573d4a24ce13fe7c3
parent59d9cb071d6209f2e8df2d16228cfdc7bab1f2d1
wireless: support internal statically compiled regulatory database

This patch provides infrastructure for machine translation of the
regulatory rules database used by CRDA into a C data structure.
It includes code for searching that database as an alternative
to dynamic regulatory rules updates via CRDA.  Most people should
use CRDA instead of this infrastructure, but it provides a better
alternative than the WIRELESS_OLD_REGULATORY infrastructure (which
can now be removed).

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Documentation/networking/regulatory.txt
net/wireless/.gitignore [new file with mode: 0644]
net/wireless/Kconfig
net/wireless/Makefile
net/wireless/db.txt [new file with mode: 0644]
net/wireless/genregdb.awk [new file with mode: 0644]
net/wireless/reg.c
net/wireless/regdb.h [new file with mode: 0644]