I was about to apply this (with a typo fix for "responsile"), but
noticed these messages:
> printk(KERN_DEBUG "mac80211_hwsim: received a REGISTER, "
> "switching to wmediumd mode with pid %d\n", info-
> >snd_portid);
> + if (notify->portid == hwsim_net_get_wmediumd(notify->net)) {
> printk(KERN_INFO "mac80211_hwsim: wmediumd released
> netlink"
> " socket, switching to perfect channel
> medium\n");
>
I wonder if we can do something better about them? Or perhaps if we
should remove them, so other namespaces won't mess up the kernel log?
johannes