cfg80211: regulatory: make initialization more robust
authorJohannes Berg <johannes.berg@intel.com>
Mon, 1 Oct 2018 09:43:00 +0000 (11:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jan 2020 13:49:57 +0000 (14:49 +0100)
commitd934e5ce93819d9ff749d40d20037b98af773c9f
tree9b0ee468384dfd6aea6e684c385b5c20057c007b
parent6d78742c572ea1e2b8f63cf161a73dcfed2928f7
cfg80211: regulatory: make initialization more robust

[ Upstream commit 71e5e886806ee3f8e0c44ed945eb2e4d6659c6e3 ]

Since my change to split out the regulatory init to occur later,
any issues during earlier cfg80211_init() or errors during the
platform device allocation would lead to crashes later. Make this
more robust by checking that the earlier initialization succeeded.

Fixes: d7be102f2945 ("cfg80211: initialize regulatory keys/database later")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/wireless/reg.c