aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-02-19 11:52:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-02-19 11:52:39 +0000
commit1c163012cd2c862d69dca2d394d84dd6af9e7c72 (patch)
tree330cb0095ffb0ecfa24266520c895a66f3249e9b /target
parent7d54eb490a3c017485b73b7534733ddaa632215e (diff)
downloadmaster-187ad058-1c163012cd2c862d69dca2d394d84dd6af9e7c72.tar.gz
master-187ad058-1c163012cd2c862d69dca2d394d84dd6af9e7c72.tar.bz2
master-187ad058-1c163012cd2c862d69dca2d394d84dd6af9e7c72.zip
ar71xx: fix wireless mac address on the TL-WR741ND
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19751 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c
index 5ba654b08c..f6f305982c 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c
@@ -109,7 +109,7 @@ static void __init tl_wr741nd_setup(void)
tl_wr741nd_gpio_buttons);
ap91_eth_init(mac);
- ap91_pci_init(ee, NULL);
+ ap91_pci_init(ee, mac);
}
MIPS_MACHINE(AR71XX_MACH_TL_WR741ND, "TL-WR741ND", "TP-LINK TL-WR741ND",
tl_wr741nd_setup);