cfg80211: declare MODULE_FIRMWARE for regulatory.db
commit 7bc7981eeebe1b8e603ad2ffc5e84f4df76920dd upstream. Add MODULE_FIRMWARE declarations for regulatory.db and regulatory.db.p7s such that userspace tooling can discover and include these files. Cc: stable@vger.kernel.org Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com> Link: https://lore.kernel.org/r/20220414125004.267819-1-dimitri.ledkov@canonical.com Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
e87fedad4a
commit
22741dd048
@@ -787,6 +787,8 @@ static int __init load_builtin_regdb_keys(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MODULE_FIRMWARE("regulatory.db.p7s");
|
||||||
|
|
||||||
static bool regdb_has_valid_signature(const u8 *data, unsigned int size)
|
static bool regdb_has_valid_signature(const u8 *data, unsigned int size)
|
||||||
{
|
{
|
||||||
const struct firmware *sig;
|
const struct firmware *sig;
|
||||||
@@ -1058,6 +1060,8 @@ static void regdb_fw_cb(const struct firmware *fw, void *context)
|
|||||||
release_firmware(fw);
|
release_firmware(fw);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MODULE_FIRMWARE("regulatory.db");
|
||||||
|
|
||||||
static int query_regdb_file(const char *alpha2)
|
static int query_regdb_file(const char *alpha2)
|
||||||
{
|
{
|
||||||
ASSERT_RTNL();
|
ASSERT_RTNL();
|
||||||
|
Reference in New Issue
Block a user