Skip to content
Commit 86d804e1 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 970565bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment