aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-04-09 18:47:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-04-09 18:47:42 +0000
commit89aecaca2879a3704582c29474d36d9367ee41c1 (patch)
treecf8ec7fe36641ac64133e5cf513f4f53e17c65be /target
parent80f26b889a82deb4559f478de17392ea145d153a (diff)
downloadmaster-187ad058-89aecaca2879a3704582c29474d36d9367ee41c1.tar.gz
master-187ad058-89aecaca2879a3704582c29474d36d9367ee41c1.tar.bz2
master-187ad058-89aecaca2879a3704582c29474d36d9367ee41c1.zip
ar71xx: Fix mac address offset for AR934x
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-db120.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-db120.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-db120.c
index ad7a8937ed..bc01f0d710 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-db120.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-db120.c
@@ -31,7 +31,7 @@
#define DB120_GPIO_BTN_SW1 16
#define DB120_CALDATA_OFFSET 0x1000
-#define DB120_WMAC_MAC_OFFSET 0x1003
+#define DB120_WMAC_MAC_OFFSET 0x1002
#define DB120_BUTTONS_POLL_INTERVAL 20