diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-10 20:01:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-10 20:01:20 +0000 |
commit | 0017e832cc5210d5e2b4fc9f51e00c3c6f521277 (patch) | |
tree | ff4cd429be57e2f6db5e289fd30abe8108576058 | |
parent | e71f4e9df0bbb03f0ac14988ddb1478dc3b72d45 (diff) | |
download | upstream-0017e832cc5210d5e2b4fc9f51e00c3c6f521277.tar.gz upstream-0017e832cc5210d5e2b4fc9f51e00c3c6f521277.tar.bz2 upstream-0017e832cc5210d5e2b4fc9f51e00c3c6f521277.zip |
ar71xx: fix WLAN mac address on the TL-WR1043ND
SVN-Revision: 19573
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c index 03508dbabb..985b9f249f 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c @@ -130,7 +130,7 @@ static void __init tl_wr1043nd_setup(void) ar71xx_add_device_gpio_buttons(-1, TL_WR1043ND_BUTTONS_POLL_INTERVAL, ARRAY_SIZE(tl_wr1043nd_gpio_buttons), tl_wr1043nd_gpio_buttons); - ar913x_add_device_wmac(eeprom, NULL); + ar913x_add_device_wmac(eeprom, mac); } MIPS_MACHINE(AR71XX_MACH_TL_WR1043ND, "TL-WR1043ND", "TP-LINK TL-WR1043ND", |