Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75585
b: refs/heads/master
c: ba596a0
h: refs/heads/master
i:
  75583: e38cb39
v: v3
  • Loading branch information
Matteo Croce authored and Jeff Garzik committed Jan 18, 2008
1 parent aca12e2 commit be1126d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ca5f319f4bef00d31a21614345ecd5ea0ca8afd
refs/heads/master: ba596a01886b236c8171fc28d53842da0128224e
2 changes: 1 addition & 1 deletion trunk/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 be1126d

Please sign in to comment.