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:
3ed3067
)
myri10ge: remove over-paranoid queue number modulus
author
Brice Goglin
<brice@myri.com>
Thu, 9 Oct 2008 21:31:42 +0000
(14:31 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 9 Oct 2008 21:31:42 +0000
(14:31 -0700)
No need to modulus the queue number in ->hard_start_xmit() since the
core is going to do that for you modulus ->real_num_tx_queues.
Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found