[PATCH] myri10ge: convert to netdev_alloc_skb
authorBrice Goglin <brice@myri.com>
Mon, 14 Aug 2006 21:53:15 +0000 (17:53 -0400)
committerJeff Garzik <jeff@garzik.org>
Sat, 19 Aug 2006 21:45:17 +0000 (17:45 -0400)
Convert the myri10ge driver to use netdev_alloc_skb instead of dev_alloc_skb,
which requires to propagate the net_device across several functions.

Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found