Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19059
b: refs/heads/master
c: efd51b5
h: refs/heads/master
i:
  19057: dfc0620
  19055: e2dc61e
v: v3
  • Loading branch information
Ananda Raju authored and Jeff Garzik committed Jan 27, 2006
1 parent adb6dac commit 138534d
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: c35ca399e09828f3f6b40c0007a95a6582d90347
refs/heads/master: efd51b5c6798d103e3aa683464aebb2019b62119
2 changes: 1 addition & 1 deletion trunk/drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -3586,7 +3586,7 @@ static int s2io_xmit(struct sk_buff *skb, struct net_device *dev)
txdp->Buffer_Pointer = (u64) pci_map_page
(sp->pdev, frag->page, frag->page_offset,
frag->size, PCI_DMA_TODEVICE);
txdp->Control_1 |= TXD_BUFFER0_SIZE(frag->size);
txdp->Control_1 = TXD_BUFFER0_SIZE(frag->size);
if (skb_shinfo(skb)->ufo_size)
txdp->Control_1 |= TXD_UFO_EN;
}
Expand Down

0 comments on commit 138534d

Please sign in to comment.