netdev: Make netif_schedule() routines work with netdev_queue objects.
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Jul 2008 06:11:25 +0000 (23:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jul 2008 06:11:25 +0000 (23:11 -0700)
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 <davem@davemloft.net>

No differences found