diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-10-15 15:35:41 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-10-11 14:18:51 +0300 |
commit | c8c240e284b3d821011b4f680b3eaa99569b3756 (patch) | |
tree | 60988d2bd3f547435c0af3b6f428f64ccd20e736 /net/wireless/db.txt | |
parent | 1ea4ff3e9f0b8d53e680a2bb9e8e644bf03aeb4d (diff) | |
download | linux-c8c240e284b3d821011b4f680b3eaa99569b3756.tar.xz |
cfg80211: reg: remove support for built-in regdb
Parsing and building C structures from a regdb is no longer needed
since the "firmware" file (regulatory.db) can be linked into the
kernel image to achieve the same effect.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/db.txt')
-rw-r--r-- | net/wireless/db.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/wireless/db.txt b/net/wireless/db.txt deleted file mode 100644 index a2fc3a09ccdc..000000000000 --- a/net/wireless/db.txt +++ /dev/null @@ -1,17 +0,0 @@ -# -# This file is a placeholder to prevent accidental build breakage if someone -# enables CONFIG_CFG80211_INTERNAL_REGDB. Almost no one actually needs to -# enable that build option. -# -# You should be using CRDA instead. It is even better if you use the CRDA -# package provided by your distribution, since they will probably keep it -# up-to-date on your behalf. -# -# If you _really_ intend to use CONFIG_CFG80211_INTERNAL_REGDB then you will -# need to replace this file with one containing appropriately formatted -# regulatory rules that cover the regulatory domains you will be using. Your -# best option is to extract the db.txt file from the wireless-regdb git -# repository: -# -# git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git -# |