On Wed, 2011-07-13 at 16:45 -0700, Thomas Pedersen wrote: > + if (skb_tailroom(skb) > len) > + memcpy(skb_put(skb, len), data, len); > + else > + printk(KERN_ERR "o11s: not enough tailroom\n"); Can this printk happen? If not, how about WARN(1, ...);, and if, I think there should be better handling than a printk. 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