cpmac: bump version to 0.5.1
authorFlorian Fainelli <florian@openwrt.org>
Tue, 4 Aug 2009 10:53:00 +0000 (10:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Aug 2009 19:22:11 +0000 (12:22 -0700)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cpmac.c

index 645e644..3e3fab8 100644 (file)
@@ -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