diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-04 10:53:00 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-05 12:22:11 -0700 |
commit | 4e43af323a669a977fcb35f1127c57480ebf7265 (patch) | |
tree | 672ef820dc870f375416798769ee15d7ab0f3a2e /drivers/net/cpmac.c | |
parent | e4540aa94f9b3e75528d9091524e7d82a0650f10 (diff) | |
download | linux-3.10-4e43af323a669a977fcb35f1127c57480ebf7265.tar.gz linux-3.10-4e43af323a669a977fcb35f1127c57480ebf7265.tar.bz2 linux-3.10-4e43af323a669a977fcb35f1127c57480ebf7265.zip |
cpmac: bump version to 0.5.1
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cpmac.c')
-rw-r--r-- | drivers/net/cpmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cpmac.c b/drivers/net/cpmac.c index 645e6442dc4..3e3fab8afb1 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 |