Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932876AbXBYAoj (ORCPT ); Sat, 24 Feb 2007 19:44:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933611AbXBYAof (ORCPT ); Sat, 24 Feb 2007 19:44:35 -0500 Received: from stargate.chelsio.com ([12.22.49.110]:22094 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932876AbXBYAoG (ORCPT ); Sat, 24 Feb 2007 19:44:06 -0500 From: divy@chelsio.com Subject: [PATCH 3/7] cxgb3 - FW version update To: jeff@garzik.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, swise@opengridcomputing.com Date: Sat, 24 Feb 2007 16:44:01 -0800 Message-ID: <20070225004401.20831.3292.stgit@localhost.localdomain> User-Agent: StGIT/0.12 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 28 From: Divy Le Ray Update FW version to 3.2 Signed-off-by: Divy Le Ray --- drivers/net/cxgb3/t3_hw.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c index 365a7f5..ec06ad6 100644 --- a/drivers/net/cxgb3/t3_hw.c +++ b/drivers/net/cxgb3/t3_hw.c @@ -884,7 +884,7 @@ int t3_check_fw_version(struct adapter * major = G_FW_VERSION_MAJOR(vers); minor = G_FW_VERSION_MINOR(vers); - if (type == FW_VERSION_T3 && major == 3 && minor == 1) + if (type == FW_VERSION_T3 && major == 3 && minor == 2) return 0; CH_ERR(adapter, "found wrong FW version(%u.%u), " - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/