Skip to content

Commit b86fb2c

Browse files
Matt Carlsondavem330
authored andcommitted
tg3: Update copyrights and update version to 3.117
This patch updates copyrights and updates the tg3 version to 3.117. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Reviewed-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d7f2ab2 commit b86fb2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/net/tg3.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 2001, 2002, 2003, 2004 David S. Miller (davem@redhat.com)
55
* Copyright (C) 2001, 2002, 2003 Jeff Garzik (jgarzik@pobox.com)
66
* Copyright (C) 2004 Sun Microsystems Inc.
7-
* Copyright (C) 2005-2010 Broadcom Corporation.
7+
* Copyright (C) 2005-2011 Broadcom Corporation.
88
*
99
* Firmware is:
1010
* Derived from proprietary unpublished source code,
@@ -64,10 +64,10 @@
6464

6565
#define DRV_MODULE_NAME "tg3"
6666
#define TG3_MAJ_NUM 3
67-
#define TG3_MIN_NUM 116
67+
#define TG3_MIN_NUM 117
6868
#define DRV_MODULE_VERSION \
6969
__stringify(TG3_MAJ_NUM) "." __stringify(TG3_MIN_NUM)
70-
#define DRV_MODULE_RELDATE "December 3, 2010"
70+
#define DRV_MODULE_RELDATE "January 25, 2011"
7171

7272
#define TG3_DEF_MAC_MODE 0
7373
#define TG3_DEF_RX_MODE 0

drivers/net/tg3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 2001, 2002, 2003, 2004 David S. Miller (davem@redhat.com)
55
* Copyright (C) 2001 Jeff Garzik (jgarzik@pobox.com)
66
* Copyright (C) 2004 Sun Microsystems Inc.
7-
* Copyright (C) 2007-2010 Broadcom Corporation.
7+
* Copyright (C) 2007-2011 Broadcom Corporation.
88
*/
99

1010
#ifndef _T3_H

0 commit comments

Comments
 (0)