diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-20 03:26:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-24 04:16:32 +0200 |
commit | 9818f660f433b58e770cfeb2ee9566f7b42ca0ae (patch) | |
tree | 35f692b8a79f3147b43145a6fee2496e9c867848 /drivers/net/r6040.c | |
parent | r6040: move down second PHY detection to r6040_init_one (diff) | |
download | linux-9818f660f433b58e770cfeb2ee9566f7b42ca0ae.tar.xz linux-9818f660f433b58e770cfeb2ee9566f7b42ca0ae.zip |
r6040: bump to version 0.25 and 20 August 2009 release date
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/r6040.c')
-rw-r--r-- | drivers/net/r6040.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/r6040.c b/drivers/net/r6040.c index 7238a6fae140..8068a07eb2b3 100644 --- a/drivers/net/r6040.c +++ b/drivers/net/r6040.c @@ -49,8 +49,8 @@ #include <asm/processor.h> #define DRV_NAME "r6040" -#define DRV_VERSION "0.24" -#define DRV_RELDATE "08Jul2009" +#define DRV_VERSION "0.25" +#define DRV_RELDATE "20Aug2009" /* PHY CHIP Address */ #define PHY1_ADDR 1 /* For MAC1 */ |