From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: nl80211 wlcore regression in next Date: Tue, 25 Jun 2019 00:38:37 -0700 Message-ID: <20190625073837.GG5447@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Johannes Berg Cc: Kalle Valo , Eyal Reizer , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org Hi, Looks like at least drivers/net/wireless/ti wlcore driver has stopped working in Linux next with commit 901bb9891855 ("nl80211: require and validate vendor command policy"). Reverting the commit above makes it work again. It fails with the warning below, any ideas what goes wrong? Regards, Tony 8< ---------------- WARNING: CPU: 0 PID: 21 at net/wireless/core.c:868 wiphy_register+0x85c/0xbd4 [cfg80211] ... [] (wiphy_register [cfg80211]) from [] (ieee80211_register_hw+0x4e4/0xcd8 [mac80211]) [] (ieee80211_register_hw [mac80211]) from [] (wlcore_nvs_cb+0x758/0xabc [wlcore]) [] (wlcore_nvs_cb [wlcore]) from [] (request_firmware_work_func+0x50/0x8c) [] (request_firmware_work_func) from [] (process_one_work+0x20c/0x504) ...