Skip to content

Commit

Permalink
cxgb3 - Update engine microcode version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Oct 10, 2007
1 parent 1aafee2 commit dc67369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/cxgb3/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ enum { /* adapter interrupt-maintained statistics */

enum {
TP_VERSION_MAJOR = 1,
TP_VERSION_MINOR = 0,
TP_VERSION_MICRO = 44
TP_VERSION_MINOR = 1,
TP_VERSION_MICRO = 0
};

#define S_TP_VERSION_MAJOR 16
Expand Down

0 comments on commit dc67369

Please sign in to comment.