aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-04-06 22:09:20 +0000
committerDavid S. Miller <davem@davemloft.net>2010-04-07 02:07:50 -0700
commit8020eb82d4c37d21dade0abeb8feed265a01819e (patch)
tree099da5000dc62119d4526eac7ff01a489d772155 /drivers
parentau1000-eth: Use (dev|netdev|netif)_<level> macro helpers (diff)
downloadlinux-dev-8020eb82d4c37d21dade0abeb8feed265a01819e.tar.xz
linux-dev-8020eb82d4c37d21dade0abeb8feed265a01819e.zip
au1000-eth: bump to 1.7
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/au1000_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index 5afca6cee0f5..7abb2c84ba5d 100644
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
@@ -80,7 +80,7 @@ static int au1000_debug = 3;
NETIF_MSG_LINK)
#define DRV_NAME "au1000_eth"
-#define DRV_VERSION "1.6"
+#define DRV_VERSION "1.7"
#define DRV_AUTHOR "Pete Popov <ppopov@embeddedalley.com>"
#define DRV_DESC "Au1xxx on-chip Ethernet driver"