Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba596a01 authored by Matteo Croce's avatar Matteo Croce Committed by Jeff Garzik
Browse files

Replace cpmac fix



Please apply this patch since i reverted by mistake
the commit 4e3ab47a
in 6cd043d9

Signed-off-by: default avatarMatteo Croce <technoboy85@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 0ca5f319
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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