From: Divy Le Ray Date: Wed, 5 Sep 2007 22:58:41 +0000 (-0700) Subject: cxgb3 - Update engine microcode version X-Git-Tag: v2.6.24-rc1~1454^2~497 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=dc67369573eee33a4b1220d416cb7dd3501dccbc;p=~shefty%2Frdma-dev.git cxgb3 - Update engine microcode version The new microcode engine version is set to 1.1.0 Signed-off-by: Divy Le Ray Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h index d3f276c2c01..3e5b0db7784 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h @@ -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