Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340456
b: refs/heads/master
c: 71a49f7
h: refs/heads/master
v: v3
  • Loading branch information
Tushar Dave authored and Jeff Kirsher committed Oct 23, 2012
1 parent cfa0faf commit 515cf87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51a1f721e22a3fc54a3bc1c67991ecea11cc734d
refs/heads/master: 71a49f777d6caa84b2b8ea376fcf181fe221d063
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6538,6 +6538,7 @@ static netdev_tx_t ixgbe_xmit_frame(struct sk_buff *skb,
if (skb_pad(skb, 17 - skb->len))
return NETDEV_TX_OK;
skb->len = 17;
skb_set_tail_pointer(skb, 17);
}

tx_ring = adapter->tx_ring[skb->queue_mapping];
Expand Down

0 comments on commit 515cf87

Please sign in to comment.