diff options
Diffstat (limited to 'drivers/net/via-velocity.h')
-rw-r--r-- | drivers/net/via-velocity.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.h b/drivers/net/via-velocity.h index b9e114d36c0f..af17161286ae 100644 --- a/drivers/net/via-velocity.h +++ b/drivers/net/via-velocity.h | |||
@@ -1701,7 +1701,7 @@ struct velocity_opt { | |||
1701 | int numrx; /* Number of RX descriptors */ | 1701 | int numrx; /* Number of RX descriptors */ |
1702 | int numtx; /* Number of TX descriptors */ | 1702 | int numtx; /* Number of TX descriptors */ |
1703 | enum speed_opt spd_dpx; /* Media link mode */ | 1703 | enum speed_opt spd_dpx; /* Media link mode */ |
1704 | int vid; /* vlan id */ | 1704 | |
1705 | int DMA_length; /* DMA length */ | 1705 | int DMA_length; /* DMA length */ |
1706 | int rx_thresh; /* RX_THRESH */ | 1706 | int rx_thresh; /* RX_THRESH */ |
1707 | int flow_cntl; | 1707 | int flow_cntl; |
@@ -1727,6 +1727,7 @@ struct velocity_info { | |||
1727 | dma_addr_t tx_bufs_dma; | 1727 | dma_addr_t tx_bufs_dma; |
1728 | u8 *tx_bufs; | 1728 | u8 *tx_bufs; |
1729 | 1729 | ||
1730 | struct vlan_group *vlgrp; | ||
1730 | u8 ip_addr[4]; | 1731 | u8 ip_addr[4]; |
1731 | enum chip_type chip_id; | 1732 | enum chip_type chip_id; |
1732 | 1733 | ||