diff options
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 2f43c45b7ad6..88f962bff2d3 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6627,7 +6627,7 @@ struct bnx2_irq { | |||
6627 | irq_handler_t handler; | 6627 | irq_handler_t handler; |
6628 | unsigned int vector; | 6628 | unsigned int vector; |
6629 | u8 requested; | 6629 | u8 requested; |
6630 | char name[16]; | 6630 | char name[IFNAMSIZ + 2]; |
6631 | }; | 6631 | }; |
6632 | 6632 | ||
6633 | struct bnx2_tx_ring_info { | 6633 | struct bnx2_tx_ring_info { |