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)
commit86d804e10a37cd86f16bf72386c37e843a98a74b
tree04483a937f11c752aea998298a27fc79e6851b2d
parent970565bbad0c7b98db0d14131a69e5a0f4445d49
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 <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/mac80211/main.c
net/sched/sch_api.c
net/sched/sch_cbq.c
net/sched/sch_generic.c