]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: cfg80211: move away from using a fake platform device
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Jul 2025 10:56:17 +0000 (12:56 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 8 Jul 2025 08:22:51 +0000 (10:22 +0200)
commitf440a12d264de3c960aa7b78286c1c350b196bc5
tree4afe22c15bfc64efdc473fb1e59f29fe7c3de067
parentaa4938815133118be6ccc4edeb7e3ee81da76aa3
wifi: cfg80211: move away from using a fake platform device

Downloading regulatory "firmware" needs a device to hang off of, and so
a platform device seemed like the simplest way to do this.  Now that we
have a faux device interface, use that instead as this "regulatory
device" is not anything resembling a platform device at all.

Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: <linux-wireless@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patch.msgid.link/2025070116-growing-skeptic-494c@gregkh
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c