]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a59266a060fc7bf67007df310fb525e65666665
tree76724e77913096c03f6b216573d4a24ce13fe7c3
parentf30f3cdbcbbae1f9f9ef3263d5cd0d67dce58c8b
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]