aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2008-12-16 20:27:45 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-16 20:27:45 -0800
commit4e1d0de95c55383f598516ebf82969260c18e4bd (patch)
treecf990d6d5f86cffc323e2d82883204b729296dbe /drivers/net/bnx2.h
parentdrivers/net/hamradio: Move a dereference below a NULL test (diff)
downloadlinux-dev-4e1d0de95c55383f598516ebf82969260c18e4bd.tar.xz
linux-dev-4e1d0de95c55383f598516ebf82969260c18e4bd.zip
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>
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r--drivers/net/bnx2.h2
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 {
irq_handler_t handler;
unsigned int vector;
u8 requested;
- char name[16];
+ char name[IFNAMSIZ + 2];
};
struct bnx2_tx_ring_info {