We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402e139 commit d887199Copy full SHA for d887199
drivers/net/ethernet/broadcom/tg3.c
@@ -94,10 +94,10 @@ static inline void _tg3_flag_clear(enum TG3_FLAGS flag, unsigned long *bits)
94
95
#define DRV_MODULE_NAME "tg3"
96
#define TG3_MAJ_NUM 3
97
-#define TG3_MIN_NUM 129
+#define TG3_MIN_NUM 130
98
#define DRV_MODULE_VERSION \
99
__stringify(TG3_MAJ_NUM) "." __stringify(TG3_MIN_NUM)
100
-#define DRV_MODULE_RELDATE "January 06, 2013"
+#define DRV_MODULE_RELDATE "February 14, 2013"
101
102
#define RESET_KIND_SHUTDOWN 0
103
#define RESET_KIND_INIT 1
0 commit comments