]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: fix CFG82011_CRDA_SUPPORT still mentioning internal regdb
authorPatrick Steinhardt <ps@pks.im>
Sun, 17 May 2020 16:30:19 +0000 (18:30 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 27 May 2020 08:03:27 +0000 (10:03 +0200)
commit9c95f8efd22f5ab2032af4d15f1717147526a86a
tree4a0aadc88f35f5377f7b31d03fb8688eb7aadb58
parenteb3841a0b06e6553ba8a314dec1cf8e7f9d0a010
cfg80211: fix CFG82011_CRDA_SUPPORT still mentioning internal regdb

Back with commit fedd44f788af (cfg80211: reg: remove support for
built-in regdb, 2015-10-15), support for using CFG80211_INTERNAL_REGDB
was removed in favor of loading the regulatory database as firmware
file. The documentation of CFG80211_CRDA_SUPPORT was not adjusted,
though, which is why it still mentions mentions the old way of loading
via the internal regulatory database.

Remove it so that the kernel option only mentions using the firmware
file.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Link: https://lore.kernel.org/r/c56e60207fbd0512029de8c6276ee00f73491924.1589732954.git.ps@pks.im
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/Kconfig