aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-07-22 16:35:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-07-22 16:35:29 +0000
commit9abc8423dd78f63680408dd2b596ca54d455f4c5 (patch)
tree72b20fe8f441dfc8296daa2ccd6b22b2fc413d03 /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
parentd5bfda61098e5ddd05dc84bf1178e600877040b0 (diff)
downloadupstream-9abc8423dd78f63680408dd2b596ca54d455f4c5.tar.gz
upstream-9abc8423dd78f63680408dd2b596ca54d455f4c5.tar.bz2
upstream-9abc8423dd78f63680408dd2b596ca54d455f4c5.zip
[ar71xx] parse mac address on RouterBOARDs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index e22a7e6d3a..247667dc8e 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -18,6 +18,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
+#include <linux/random.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
@@ -35,7 +36,7 @@
#define ETH_FCS_LEN 4
#define AG71XX_DRV_NAME "ag71xx"
-#define AG71XX_DRV_VERSION "0.3.9"
+#define AG71XX_DRV_VERSION "0.3.10"
#define AG71XX_NAPI_TX 1