On Mon, 2018-01-22 at 18:04 +0100, Benjamin Beichler wrote: > > + if(!info) > + pr_debug("mac80211_hwsim: radio index %d already present\n", > + idx); Can this really trigger? I think I'll edit it out - we do pass info==NULL in the case of module init, but in that case nothing else can interfere and we can't even really fail. johannes