]> git.baikalelectronics.ru Git - kernel.git/commit
net: bcmgenet: remove bogus tx queue checks
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 20 Mar 2014 17:53:22 +0000 (10:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Mar 2014 21:36:12 +0000 (17:36 -0400)
commitc061e5998a03aa1ad401976157582a4e7cb0aed5
tree9dbdb3b77b88f01c9b5f6a955622d1a44726a465
parent7b85cc23e2e63c7b76b120a1f9a755d64b5cd5c2
net: bcmgenet: remove bogus tx queue checks

netdev_pick_tx already takes care of making sure that a given
skb->queue_mapping value will remain within the number of advertised
hardware queue number, there is no need to re-do this again in the
driver.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmgenet.c