Skip to content

Commit

Permalink
Replace cpmac fix
Browse files Browse the repository at this point in the history
Please apply this patch since i reverted by mistake
the commit 4e3ab47
in 6cd043d

Signed-off-by: Matteo Croce <technoboy85@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Matteo Croce authored and Jeff Garzik committed Jan 18, 2008
1 parent 0ca5f31 commit ba596a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/cpmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static int cpmac_start_xmit(struct sk_buff *skb, struct net_device *dev)
return NETDEV_TX_OK;

len = max(skb->len, ETH_ZLEN);
queue = skb->queue_mapping;
queue = skb_get_queue_mapping(skb);
#ifdef CONFIG_NETDEVICES_MULTIQUEUE
netif_stop_subqueue(dev, queue);
#else
Expand Down

0 comments on commit ba596a0

Please sign in to comment.