diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bnx2.c | 8 | ||||
-rw-r--r-- | drivers/net/bnx2.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 2a961b7f7e17..d1865cc97313 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* bnx2.c: Broadcom NX2 network driver. | 1 | /* bnx2.c: Broadcom NX2 network driver. |
2 | * | 2 | * |
3 | * Copyright (c) 2004-2010 Broadcom Corporation | 3 | * Copyright (c) 2004-2011 Broadcom Corporation |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -56,11 +56,11 @@ | |||
56 | #include "bnx2_fw.h" | 56 | #include "bnx2_fw.h" |
57 | 57 | ||
58 | #define DRV_MODULE_NAME "bnx2" | 58 | #define DRV_MODULE_NAME "bnx2" |
59 | #define DRV_MODULE_VERSION "2.0.21" | 59 | #define DRV_MODULE_VERSION "2.1.6" |
60 | #define DRV_MODULE_RELDATE "Dec 23, 2010" | 60 | #define DRV_MODULE_RELDATE "Mar 7, 2011" |
61 | #define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.1.fw" | 61 | #define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.1.fw" |
62 | #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-6.0.15.fw" | 62 | #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-6.0.15.fw" |
63 | #define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-6.2.1.fw" | 63 | #define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-6.2.1a.fw" |
64 | #define FW_RV2P_FILE_09_Ax "bnx2/bnx2-rv2p-09ax-6.0.17.fw" | 64 | #define FW_RV2P_FILE_09_Ax "bnx2/bnx2-rv2p-09ax-6.0.17.fw" |
65 | #define FW_RV2P_FILE_09 "bnx2/bnx2-rv2p-09-6.0.17.fw" | 65 | #define FW_RV2P_FILE_09 "bnx2/bnx2-rv2p-09-6.0.17.fw" |
66 | 66 | ||
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 7a5e88f831f6..68020451dc4f 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* bnx2.h: Broadcom NX2 network driver. | 1 | /* bnx2.h: Broadcom NX2 network driver. |
2 | * | 2 | * |
3 | * Copyright (c) 2004-2009 Broadcom Corporation | 3 | * Copyright (c) 2004-2011 Broadcom Corporation |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |