> Using spinlocks in TX/RX path is not allowed because spinlocks will make > TX/RX path to block and its illegal to block while in an RCU read-side > critical section. I think, I got the joke here :(. No, that'd be allowed, but you can't spinlock all the TX path because of performance. I think the way to solve it would be to use synchronize_net() somehow maybe; not really sure. Johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html