From: David S. Miller Date: Wed, 9 Jul 2008 06:11:25 +0000 (-0700) Subject: netdev: Make netif_schedule() routines work with netdev_queue objects. X-Git-Tag: v2.6.27-rc1~969^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d804e10a37cd86f16bf72386c37e843a98a74b;p=pandora-kernel.git netdev: Make netif_schedule() routines work with netdev_queue objects. Only plain netif_schedule() remains taking a net_device, mostly as a compatability item while we transition the rest of these interfaces. Everything else calls netif_schedule_queue() or __netif_schedule(), both of which take a netdev_queue pointer. Signed-off-by: David S. Miller --- Reading git-diff-tree failed