Skip to content

Commit

Permalink
tg3: Update version to 3.114
Browse files Browse the repository at this point in the history
This patch updates the tg3 version to 3.114.

Signed-off-by: Matt Carlson <[email protected]>
Reviewed-by: Michael Chan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Matt Carlson authored and davem330 committed Oct 1, 2010
1 parent 7cb32cf commit c7ebfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@

#define DRV_MODULE_NAME "tg3"
#define TG3_MAJ_NUM 3
#define TG3_MIN_NUM 113
#define TG3_MIN_NUM 114
#define DRV_MODULE_VERSION \
__stringify(TG3_MAJ_NUM) "." __stringify(TG3_MIN_NUM)
#define DRV_MODULE_RELDATE "August 2, 2010"
#define DRV_MODULE_RELDATE "September 30, 2010"

#define TG3_DEF_MAC_MODE 0
#define TG3_DEF_RX_MODE 0
Expand Down

0 comments on commit c7ebfda

Please sign in to comment.