> + !info->attrs[HWSIM_ATTR_SIGNAL]) { > + if (net_ratelimit()) > + printk(KERN_DEBUG " hwsim rx-nl: Missing > required attribute\n"); I'm not convinced net_ratelimit() is a good idea, that's a global rate limiter. johannes
> + !info->attrs[HWSIM_ATTR_SIGNAL]) { > + if (net_ratelimit()) > + printk(KERN_DEBUG " hwsim rx-nl: Missing > required attribute\n"); I'm not convinced net_ratelimit() is a good idea, that's a global rate limiter. johannes