commit | 5c714e238e5e0eb74cdc74201bf3d6296b3b3104 | [log] [tgz] |
---|---|---|
author | Brice Goglin <brice@myri.com> | Thu Oct 09 14:31:42 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 09 14:31:42 2008 -0700 |
tree | 2ddbb7b3857592a86d9c46f3dc2c12d40fdf8791 | |
parent | 3ed30676f5bc9960c67644fa37c5fdc36ae47b5b [diff] |
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>