diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-23 04:32:37 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-23 14:23:30 -0800 |
commit | a9a6fb374547044088ca37a30d4c3ca581cec80d (patch) | |
tree | 9594c51da0b2540d00bb2c8079343efec7652ea6 /drivers | |
parent | 193cfca5cc754b2a9b178a37f70fbb78d1731333 (diff) | |
download | linux-a9a6fb374547044088ca37a30d4c3ca581cec80d.tar.bz2 |
r6040: bump to version 0.27 and date 23Feb2011
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-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 7965ae42eae4..e3ebd90ae651 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.26" -#define DRV_RELDATE "30May2010" +#define DRV_VERSION "0.27" +#define DRV_RELDATE "23Feb2011" /* PHY CHIP Address */ #define PHY1_ADDR 1 /* For MAC1 */ |