diff options
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r-- | drivers/net/e1000/e1000.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index 3f0be02e85e2..896ea8a72386 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h | |||
@@ -265,6 +265,7 @@ struct e1000_adapter { | |||
265 | 265 | ||
266 | /* TX */ | 266 | /* TX */ |
267 | struct e1000_tx_ring *tx_ring; /* One per active queue */ | 267 | struct e1000_tx_ring *tx_ring; /* One per active queue */ |
268 | unsigned int restart_queue; | ||
268 | unsigned long tx_queue_len; | 269 | unsigned long tx_queue_len; |
269 | uint32_t txd_cmd; | 270 | uint32_t txd_cmd; |
270 | uint32_t tx_int_delay; | 271 | uint32_t tx_int_delay; |