From patchwork Mon Feb 13 20:28:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Divy Le Ray X-Patchwork-Id: 140984 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 1FC7DB6FAF for ; Tue, 14 Feb 2012 07:38:58 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758013Ab2BMUim (ORCPT ); Mon, 13 Feb 2012 15:38:42 -0500 Received: from stargate.chelsio.com ([67.207.112.58]:5338 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755966Ab2BMUik (ORCPT ); Mon, 13 Feb 2012 15:38:40 -0500 Received: from speedy5.asicdesigners.com (speedy5.asicdesigners.com [10.192.166.133]) by stargate.chelsio.com (8.13.1/8.13.1) with ESMTP id q1DKcJqi027296; Mon, 13 Feb 2012 12:38:19 -0800 Received: from speedy5.asicdesigners.com (localhost.localdomain [127.0.0.1]) by speedy5.asicdesigners.com (8.14.3/8.14.3/Debian-9ubuntu1) with ESMTP id q1DKSkCE000662; Mon, 13 Feb 2012 12:28:47 -0800 From: Divy Le Ray Subject: [patch net-next] cxgb3: update firmware version To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, swise@opengridcomputing.com, dwmw2@infradead.org, nhorman@tuxdriver.com, divy@chelsio.com Date: Mon, 13 Feb 2012 12:28:46 -0800 Message-ID: <20120213202846.631.30806.stgit@speedy5.asicdesigners.com> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Dave, This patch is sent in conjunction with the cxgb3 firmware update submission on linux-firmware. (https://lkml.org/lkml/2012/2/13/27) Cheers, Divy From: Divy Le Ray This patch updates the firmware version cxgb3 is requesting to 7.12.0. Signed-off-by: Divy Le Ray --- drivers/net/ethernet/chelsio/cxgb3/version.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/ethernet/chelsio/cxgb3/version.h b/drivers/net/ethernet/chelsio/cxgb3/version.h index 8bda06e..165bfb9 100644 --- a/drivers/net/ethernet/chelsio/cxgb3/version.h +++ b/drivers/net/ethernet/chelsio/cxgb3/version.h @@ -35,10 +35,10 @@ #define DRV_DESC "Chelsio T3 Network Driver" #define DRV_NAME "cxgb3" /* Driver version */ -#define DRV_VERSION "1.1.4-ko" +#define DRV_VERSION "1.1.5-ko" /* Firmware version */ #define FW_VERSION_MAJOR 7 -#define FW_VERSION_MINOR 10 +#define FW_VERSION_MINOR 12 #define FW_VERSION_MICRO 0 #endif /* __CHELSIO_VERSION_H */