diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-09-05 18:58:41 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:06 -0400 |
commit | dc67369573eee33a4b1220d416cb7dd3501dccbc (patch) | |
tree | b47c060977a1d0827bb676394b526d263918c802 /drivers | |
parent | 1aafee265723818d903766212015b6116885bc6f (diff) |
cxgb3 - Update engine microcode version
The new microcode engine version is set to 1.1.0
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/cxgb3/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h index d3f276c2c01d..3e5b0db7784e 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h | |||
@@ -127,8 +127,8 @@ enum { /* adapter interrupt-maintained statistics */ | |||
127 | 127 | ||
128 | enum { | 128 | enum { |
129 | TP_VERSION_MAJOR = 1, | 129 | TP_VERSION_MAJOR = 1, |
130 | TP_VERSION_MINOR = 0, | 130 | TP_VERSION_MINOR = 1, |
131 | TP_VERSION_MICRO = 44 | 131 | TP_VERSION_MICRO = 0 |
132 | }; | 132 | }; |
133 | 133 | ||
134 | #define S_TP_VERSION_MAJOR 16 | 134 | #define S_TP_VERSION_MAJOR 16 |