Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bnx2: Update version to 2.2.4

and update copyright year.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Michael Chan and committed by
David S. Miller
8a56d243 25bfb1dd

+4 -4
+3 -3
drivers/net/ethernet/broadcom/bnx2.c
··· 1 1 /* bnx2.c: Broadcom NX2 network driver. 2 2 * 3 - * Copyright (c) 2004-2011 Broadcom Corporation 3 + * Copyright (c) 2004-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by ··· 58 58 #include "bnx2_fw.h" 59 59 60 60 #define DRV_MODULE_NAME "bnx2" 61 - #define DRV_MODULE_VERSION "2.2.3" 62 - #define DRV_MODULE_RELDATE "June 27, 2012" 61 + #define DRV_MODULE_VERSION "2.2.4" 62 + #define DRV_MODULE_RELDATE "Aug 05, 2013" 63 63 #define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.3.fw" 64 64 #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-6.0.15.fw" 65 65 #define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-6.2.1b.fw"
+1 -1
drivers/net/ethernet/broadcom/bnx2.h
··· 1 1 /* bnx2.h: Broadcom NX2 network driver. 2 2 * 3 - * Copyright (c) 2004-2011 Broadcom Corporation 3 + * Copyright (c) 2004-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by