register WMAC device on the Netgear WNR2000 board
authorGabor Juhos <juhosg@openwrt.org>
Sat, 3 Jan 2009 14:14:03 +0000 (14:14 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 3 Jan 2009 14:14:03 +0000 (14:14 +0000)
SVN-Revision: 13836

target/linux/ar71xx/files/arch/mips/ar71xx/mach-wnr2000.c

index 70053deb02d0811c4d1b23210d921bea24e9b0a9..24f433b4f32e2670a26d2adde4737844ae0ec31b 100644 (file)
@@ -81,6 +81,8 @@ static void __init wnr2000_setup(void)
 {
        ar71xx_add_device_spi(NULL, wnr2000_spi_info,
                                        ARRAY_SIZE(wnr2000_spi_info));
+
+       ar91xx_add_device_wmac();
 }
 
 MIPS_MACHINE(AR71XX_MACH_TEW_632BRP, "NETGEAR WNR2000", wnr2000_setup);