mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-24 12:41:02 -05:00
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 commit5f8f8a3661("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> (cherry picked from commitbd26266314) Signed-off-by: Daniel Golle <daniel@makrotopia.org>