Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96597
b: refs/heads/master
c: a300344
h: refs/heads/master
i:
  96595: 0e8e450
v: v3
  • Loading branch information
Jesse Brandeburg authored and Jeff Garzik committed May 13, 2008
1 parent 0554dda commit 1e016c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3273c2e8c66a21ae1c53b0c730ee937c6efde7e2
refs/heads/master: a300344ab9b77130310fc225fdc7677e129b1163
4 changes: 2 additions & 2 deletions trunk/drivers/net/sky2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1966,13 +1966,13 @@ struct sky2_status_le {
struct tx_ring_info {
struct sk_buff *skb;
DECLARE_PCI_UNMAP_ADDR(mapaddr);
DECLARE_PCI_UNMAP_ADDR(maplen);
DECLARE_PCI_UNMAP_LEN(maplen);
};

struct rx_ring_info {
struct sk_buff *skb;
dma_addr_t data_addr;
DECLARE_PCI_UNMAP_ADDR(data_size);
DECLARE_PCI_UNMAP_LEN(data_size);
dma_addr_t frag_addr[ETH_JUMBO_MTU >> PAGE_SHIFT];
};

Expand Down

0 comments on commit 1e016c3

Please sign in to comment.