Skip to content

Commit dc67369

Browse files
Divy Le RayDavid S. Miller
authored andcommitted
cxgb3 - Update engine microcode version
The new microcode engine version is set to 1.1.0 Signed-off-by: Divy Le Ray <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 1aafee2 commit dc67369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/cxgb3/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ enum { /* adapter interrupt-maintained statistics */
127127

128128
enum {
129129
TP_VERSION_MAJOR = 1,
130-
TP_VERSION_MINOR = 0,
131-
TP_VERSION_MICRO = 44
130+
TP_VERSION_MINOR = 1,
131+
TP_VERSION_MICRO = 0
132132
};
133133

134134
#define S_TP_VERSION_MAJOR 16

0 commit comments

Comments
 (0)