aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-03-07 00:09:42 +0000
committerDavid S. Miller <davem@davemloft.net>2011-03-08 14:21:50 -0800
commit86f99fffffc631b8fa03d07219dc0c67bb65893d (patch)
tree05299239e78bee716dde15a4a7bda457822217a9
parentr6040: fix multicast operations (diff)
downloadlinux-dev-86f99fffffc631b8fa03d07219dc0c67bb65893d.tar.xz
linux-dev-86f99fffffc631b8fa03d07219dc0c67bb65893d.zip
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>
-rw-r--r--drivers/net/r6040.c4
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 */