ar71xx: fix wireless mac address on the TL-WR741ND
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Feb 2010 11:52:39 +0000 (11:52 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Feb 2010 11:52:39 +0000 (11:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19751 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c

index 5ba654b..f6f3059 100644 (file)
@@ -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);
This page took 0.025237 seconds and 4 git commands to generate.