summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli2010-03-07 01:55:50 +0100
committerDavid S. Miller2010-03-08 00:25:53 +0100
commit25dc27d17dc868aae78fd03bef3113cf586b12e5 (patch)
treeb06174102eccd84235ee272ed5867fc1549a99b3
parentcpmac: fallback to switch mode if no PHY chip found (diff)
downloadkernel-qcow2-linux-25dc27d17dc868aae78fd03bef3113cf586b12e5.tar.gz
kernel-qcow2-linux-25dc27d17dc868aae78fd03bef3113cf586b12e5.tar.xz
kernel-qcow2-linux-25dc27d17dc868aae78fd03bef3113cf586b12e5.zip
cpmac: bump version to 0.5.2
Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/cpmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cpmac.c b/drivers/net/cpmac.c
index baeb5bab05b5..60777fd90b33 100644
--- a/drivers/net/cpmac.c
+++ b/drivers/net/cpmac.c
@@ -56,7 +56,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.1"
+#define CPMAC_VERSION "0.5.2"
/* frame size + 802.1q tag + FCS size */
#define CPMAC_SKB_SIZE (ETH_FRAME_LEN + ETH_FCS_LEN + VLAN_HLEN)
#define CPMAC_QUEUES 8