]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
myri10ge: remove over-paranoid queue number modulus
authorBrice Goglin <brice@myri.com>
Thu, 9 Oct 2008 21:31:42 +0000 (14:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2008 21:31:42 +0000 (14:31 -0700)
commit5c714e238e5e0eb74cdc74201bf3d6296b3b3104
tree2ddbb7b3857592a86d9c46f3dc2c12d40fdf8791
parent3ed30676f5bc9960c67644fa37c5fdc36ae47b5b
myri10ge: remove over-paranoid queue number modulus

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>
drivers/net/myri10ge/myri10ge.c