From patchwork Tue May 5 06:30:45 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 26868 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 65B4EB7063 for ; Tue, 5 May 2009 16:30:56 +1000 (EST) Received: by ozlabs.org (Postfix) id 58433DDE17; Tue, 5 May 2009 16:30:56 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id BCA20DDE0E for ; Tue, 5 May 2009 16:30:55 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754397AbZEEGat (ORCPT ); Tue, 5 May 2009 02:30:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753230AbZEEGat (ORCPT ); Tue, 5 May 2009 02:30:49 -0400 Received: from mail-ew0-f224.google.com ([209.85.219.224]:46878 "EHLO mail-ew0-f224.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752588AbZEEGas (ORCPT ); Tue, 5 May 2009 02:30:48 -0400 Received: by ewy24 with SMTP id 24so4658005ewy.37 for ; Mon, 04 May 2009 23:30:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:date:subject :mime-version:x-uid:x-length:to:content-type :content-transfer-encoding:content-disposition:message-id; bh=5uh1xnTu5YI2ItmqY8wmgbHvKae3TBNBoBC18wcSFQw=; b=VZg1PPeYoW48wFK0Qox+7OaeOalvzK5CBxWLvTWc8alWF6hAOZv003aPb+Z1+eMqhX K1uYpK14nOAmgsLzwor92LWe/bwqdmaRU9jLExFVKhSCEp4SfmJIDhj49t07bKvW4JYf C7Z9crjSKYPB64FMrw6Scj/fGwb8EZfeNUVvw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:date:subject:mime-version:x-uid:x-length:to :content-type:content-transfer-encoding:content-disposition :message-id; b=CMMQQ4hA3LvsXMNl8B1vs5uVQsPoFUIOt7VAnaKuORCDi2Icv6zPYzpGGUcoyuy6hs RoIBR30FxdOw9pdJm4xe1gsCOC5E8xZhKA0k4U3rxjrBJ8hKwmVRA8Cry9aFWxU/F+9D BFTbcy+TpjY4BA3JP29ExrMPnHecMBszWhB9Q= Received: by 10.210.63.18 with SMTP id l18mr7318654eba.34.1241505047982; Mon, 04 May 2009 23:30:47 -0700 (PDT) Received: from lenovo.mimichou.home (home.mimichou.net [82.67.132.19]) by mx.google.com with ESMTPS id 28sm1014476eye.16.2009.05.04.23.30.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 04 May 2009 23:30:47 -0700 (PDT) From: Florian Fainelli Date: Tue, 5 May 2009 08:30:45 +0200 Subject: [PATCH 2/2] r6040: bump version to 0.23 and date to 05May2009 MIME-Version: 1.0 X-UID: 112 X-Length: 1254 To: David Miller , netdev@vger.kernel.org Content-Disposition: inline Message-Id: <200905050830.45642.florian@openwrt.org> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Bump version to 0.23 and date to 05May2009. Signed-off-by: Florian Fainelli --- -- 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/r6040.c b/drivers/net/r6040.c index b75b047..d4ab162 100644 --- a/drivers/net/r6040.c +++ b/drivers/net/r6040.c @@ -49,8 +49,8 @@ #include #define DRV_NAME "r6040" -#define DRV_VERSION "0.22" -#define DRV_RELDATE "25Mar2009" +#define DRV_VERSION "0.23" +#define DRV_RELDATE "05May2009" /* PHY CHIP Address */ #define PHY1_ADDR 1 /* For MAC1 */