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>
This commit is contained in:
John W. Linville
2009-12-18 17:59:01 -05:00
förälder 59d9cb071d
incheckning 3b377ea9d4
8 ändrade filer med 285 tillägg och 24 borttagningar

7
net/wireless/regdb.h Normal file
Visa fil

@@ -0,0 +1,7 @@
#ifndef __REGDB_H__
#define __REGDB_H__
extern const struct ieee80211_regdomain *reg_regdb[];
extern int reg_regdb_size;
#endif /* __REGDB_H__ */