aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.c
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2010-07-19 14:15:05 +0000
committerDavid S. Miller <davem@davemloft.net>2010-07-19 20:30:07 -0700
commit5ae482e01d60bd4e8fc181f78355047e52999ce8 (patch)
tree68fc86a953d8ad6e7348198989d4737a24b59e9c /drivers/net/bnx2.c
parentbnx2: Remove some unnecessary smp_mb() in tx fast path. (diff)
downloadlinux-dev-5ae482e01d60bd4e8fc181f78355047e52999ce8.tar.xz
linux-dev-5ae482e01d60bd4e8fc181f78355047e52999ce8.zip
bnx2: Update version to 2.0.17.
Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r--drivers/net/bnx2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index 2af570d7a2fb..e6a803f1c507 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -58,8 +58,8 @@
#include "bnx2_fw.h"
#define DRV_MODULE_NAME "bnx2"
-#define DRV_MODULE_VERSION "2.0.16"
-#define DRV_MODULE_RELDATE "July 2, 2010"
+#define DRV_MODULE_VERSION "2.0.17"
+#define DRV_MODULE_RELDATE "July 18, 2010"
#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-5.0.0.j6.fw"
#define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-5.0.0.j3.fw"
#define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-5.0.0.j15.fw"