git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970565b
)
netdev: Make netif_schedule() routines work with netdev_queue objects.
author
David S. Miller
<davem@davemloft.net>
Wed, 9 Jul 2008 06:11:25 +0000
(23:11 -0700)
committer
David 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