Hi,
kfree_skb call is used internally by the kernel. A driver should use dev_kfree_skb instead, I guess.
It seems that dev_kfree_skb() call when dev_alloc_skb() is used, and
kfree_skb() use to free skb malloced by alloc_skb().
I agree. The driver should use dev_* flavoured skb function then.
Thanks,
/Waldek
--
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