cfg80211: ship debian certificates as hex files
authorNicolai Buchwitz <n.buchwitz@kunbus.com>
Wed, 12 Jul 2023 09:30:42 +0000 (11:30 +0200)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:38 +0000 (11:33 +0000)
commit2efd8b7bf297679891bd19829cf06822999fdc23
treedc7bf9022ae6ce93617a740b68d3ae858e56e55a
parent6f6efd7c6edd41f639fd8303108c16351303c7c2
cfg80211: ship debian certificates as hex files

Loading the regulatory database from the debian files fails with

"loaded regulatory.db is malformed or signature is missing/invalid"

due to missing certificates.  Add these debian-specific certificates
from upstream to fix this error. See #5536 for details.

The certificates have been imported as following:

patch -p1 <<<$(
curl https://salsa.debian.org/kernel-team/linux/-/raw/\
master/debian/patches/debian/\
wireless-add-debian-wireless-regdb-certificates.patch
)

Signed-off-by: Nicolai Buchwitz <n.buchwitz@kunbus.com>
net/wireless/certs/debian.hex [new file with mode: 0644]