diff options
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 012586e4ba0..76bb5f1a250 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -3914,6 +3914,9 @@ struct bnx2 { | |||
3914 | u16 tx_cons; | 3914 | u16 tx_cons; |
3915 | int tx_ring_size; | 3915 | int tx_ring_size; |
3916 | 3916 | ||
3917 | u16 hw_tx_cons; | ||
3918 | u16 hw_rx_cons; | ||
3919 | |||
3917 | #ifdef BCM_VLAN | 3920 | #ifdef BCM_VLAN |
3918 | struct vlan_group *vlgrp; | 3921 | struct vlan_group *vlgrp; |
3919 | #endif | 3922 | #endif |