diff options
Diffstat (limited to 'drivers/net/sky2.h')
-rw-r--r-- | drivers/net/sky2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h index 2c262f763f9..9d07a466aec 100644 --- a/drivers/net/sky2.h +++ b/drivers/net/sky2.h | |||
@@ -1984,6 +1984,9 @@ struct sky2_status_le { | |||
1984 | 1984 | ||
1985 | struct tx_ring_info { | 1985 | struct tx_ring_info { |
1986 | struct sk_buff *skb; | 1986 | struct sk_buff *skb; |
1987 | unsigned long flags; | ||
1988 | #define TX_MAP_SINGLE 0x0001 | ||
1989 | #define TX_MAP_PAGE 000002 | ||
1987 | DECLARE_PCI_UNMAP_ADDR(mapaddr); | 1990 | DECLARE_PCI_UNMAP_ADDR(mapaddr); |
1988 | DECLARE_PCI_UNMAP_LEN(maplen); | 1991 | DECLARE_PCI_UNMAP_LEN(maplen); |
1989 | }; | 1992 | }; |