bnx2: Rename MSI-X vectors.

Change MSI-X vector names to "ethx-%d".

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Michael Chan
2008-12-16 20:27:45 -08:00
committed by David S. Miller
parent f40e063823
commit 4e1d0de95c
2 changed files with 4 additions and 2 deletions

View File

@ -6627,7 +6627,7 @@ struct bnx2_irq {
irq_handler_t handler;
unsigned int vector;
u8 requested;
char name[16];
char name[IFNAMSIZ + 2];
};
struct bnx2_tx_ring_info {