]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
cfg80211: reg: remove support for built-in regdb
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Oct 2015 12:35:41 +0000 (14:35 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 11 Oct 2017 11:18:51 +0000 (13:18 +0200)
commitc8c240e284b3d821011b4f680b3eaa99569b3756
tree60988d2bd3f547435c0af3b6f428f64ccd20e736
parent1ea4ff3e9f0b8d53e680a2bb9e8e644bf03aeb4d
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>
Documentation/networking/regulatory.txt
net/wireless/.gitignore [deleted file]
net/wireless/Kconfig
net/wireless/Makefile
net/wireless/db.txt [deleted file]
net/wireless/genregdb.awk [deleted file]
net/wireless/reg.c
net/wireless/regdb.h [deleted file]