| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 5/5] cpmac: bump version to 0.5.1 |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Tue, 4 Aug 2009 22:53:00 +0200 |
| Cc: | linux-mips@linux-mips.org, netdev@vger.kernel.org, David Miller <davem@davemloft.net> |
| 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:cc:content-type :content-transfer-encoding:content-disposition:message-id; bh=xZKilqz1apxCCbFsQ4q8gEZ+/abUd52aQXnmBLLTulA=; b=Twhs/h9d4zqgfcI7V+4Aoe42NQV0vCQ7PC5kT0iArcLrkdSwR+UUv5BMUqXndkal4v 0wvEvQZ7tIZ1Jhun0NFbkA5UGGX1150yz9gdEMRGD6o5y1ECmQNbYBbs32WWvZRUX6Oy ctL/TrUeyhEUc9+odoGXC6H1tF0PMy/Q+Cfzc= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:date:subject:mime-version:x-uid:x-length:to:cc :content-type:content-transfer-encoding:content-disposition :message-id; b=vmGdKj+WaYmiQSzOAaqrcqkpu+jYhucbn+E/saj4E+o0lrgfmLIbQ2xHKEZV7HJxJO tHp0TBhIVuGXwRNtuKOHvC6l0SoqGIhw8xarcFwRFzkRyHGgYfkz1N8vlB7J1XHaqFE8 lwFloJRrxBaJMMiXGw78KWC5rheha439kEjmk= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Florian Fainelli <florian@openwrt.org> --- diff --git a/drivers/net/cpmac.c b/drivers/net/cpmac.c index 12a521e..0ef7467 100644 --- a/drivers/net/cpmac.c +++ b/drivers/net/cpmac.c @@ -54,7 +54,7 @@ module_param(dumb_switch, int, 0444); MODULE_PARM_DESC(debug_level, "Number of NETIF_MSG bits to enable"); MODULE_PARM_DESC(dumb_switch, "Assume switch is not connected to MDIO bus"); -#define CPMAC_VERSION "0.5.0" +#define CPMAC_VERSION "0.5.1" /* frame size + 802.1q tag */ #define CPMAC_SKB_SIZE (ETH_FRAME_LEN + 4) #define CPMAC_QUEUES 8 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 4/5] cpmac: wait longer after MDIO reset, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH] ar7: register watchdog driver only if enabled in hardware configuration, Florian Fainelli |
| Previous by Thread: | [PATCH 4/5] cpmac: wait longer after MDIO reset, Florian Fainelli |
| Next by Thread: | Re: [PATCH 5/5] cpmac: bump version to 0.5.1, David Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |