mac80211: brcm: drop brcmfmac patch waiting for register_wiphy()
authorRafał Miłecki <rafal@milecki.pl>
Wed, 17 May 2023 09:58:16 +0000 (11:58 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 22 May 2023 06:18:45 +0000 (08:18 +0200)
commitbd262663142e90f64f1c256b3e6b2b979c1022c0
treea82c38c14bdafcc7f735fa683dd5bc7165d5b927
parente2f9fa42044a2660f702a9b51b14cbde24a13702
mac80211: brcm: drop brcmfmac patch waiting for register_wiphy()

That was a workaround for OpenWrt generation of config files. This patch
was used to postpone returning from probe function until loading
firmware and calling register_wiphy().

All of that is not needed anymore thanks to the ieee80211 hotplug.d
script introduced in the commit 5f8f8a366136 ("base-files, mac80211,
broadcom-wl: wifi detection and configuration"). That takes care of
generating /etc/config/wireless entries even if wireless device appears
late in the booting process.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
package/kernel/mac80211/Makefile
package/kernel/mac80211/patches/brcm/860-brcmfmac-register-wiphy-s-during-module_init.patch [deleted file]