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

cnic: Update version to 2.5.17 and 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
ca67a3cb 28e3a8f3

+6 -6
+1 -1
drivers/net/ethernet/broadcom/cnic.c
··· 1 1 /* cnic.c: Broadcom CNIC core network driver. 2 2 * 3 - * Copyright (c) 2006-2012 Broadcom Corporation 3 + * Copyright (c) 2006-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
+1 -1
drivers/net/ethernet/broadcom/cnic.h
··· 1 1 /* cnic.h: Broadcom CNIC core network driver. 2 2 * 3 - * Copyright (c) 2006-2011 Broadcom Corporation 3 + * Copyright (c) 2006-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
+1 -1
drivers/net/ethernet/broadcom/cnic_defs.h
··· 1 1 2 2 /* cnic.c: Broadcom CNIC core network driver. 3 3 * 4 - * Copyright (c) 2006-2012 Broadcom Corporation 4 + * Copyright (c) 2006-2013 Broadcom Corporation 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License as published by
+3 -3
drivers/net/ethernet/broadcom/cnic_if.h
··· 1 1 /* cnic_if.h: Broadcom CNIC core network driver. 2 2 * 3 - * Copyright (c) 2006-2012 Broadcom Corporation 3 + * Copyright (c) 2006-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 ··· 14 14 15 15 #include "bnx2x/bnx2x_mfw_req.h" 16 16 17 - #define CNIC_MODULE_VERSION "2.5.16" 18 - #define CNIC_MODULE_RELDATE "Dec 05, 2012" 17 + #define CNIC_MODULE_VERSION "2.5.17" 18 + #define CNIC_MODULE_RELDATE "July 28, 2013" 19 19 20 20 #define CNIC_ULP_RDMA 0 21 21 #define CNIC_ULP_ISCSI 1