Browse Source

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>
Divy Le Ray 18 years ago
parent
commit
dc67369573
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/net/cxgb3/common.h

+ 2 - 2
drivers/net/cxgb3/common.h

@@ -127,8 +127,8 @@ enum {				/* adapter interrupt-maintained statistics */
 
 
 enum {
 enum {
 	TP_VERSION_MAJOR	= 1,
 	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
 #define S_TP_VERSION_MAJOR		16