aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-lima.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-lima.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-lima.c
index 9c784f7921..9867429684 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-lima.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-lima.c
@@ -35,7 +35,6 @@
#define LIMA_MAC1_OFFSET 0x0006
#define LIMA_CALDATA_OFFSET 0x1000
-#define LIMA_WMAC_MAC_OFFSET 0x0800
static struct gpio_keys_button lima_gpio_keys[] __initdata = {
{
@@ -79,8 +78,7 @@ static void __init lima_setup(void)
ath79_eth0_data.phy_mask = BIT(0);
ath79_register_eth(0);
- ath79_register_wmac(art + LIMA_CALDATA_OFFSET,
- art + LIMA_WMAC_MAC_OFFSET);
+ ath79_register_wmac(art + LIMA_CALDATA_OFFSET, NULL);
ath79_register_usb();
ath79_register_pci();
}