From: John Crispin Date: Tue, 30 Mar 2010 10:06:05 +0000 (+0000) Subject: Fix the base address of the wireless card. Otherwise it is not possible to register... X-Git-Tag: reboot~20379 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3ad14f304efc1f6dc27ad3251c6da59e7924aab5;p=openwrt%2Fopenwrt.git Fix the base address of the wireless card. Otherwise it is not possible to register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa SVN-Revision: 20596 --- diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h index 4056b163de..6e7b9e8e6d 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h @@ -28,7 +28,7 @@ #define RT305X_UART1_BASE 0x10000c00 #define RT305X_FE_BASE 0x10100000 #define RT305X_SWITCH_BASE 0x10110000 -#define RT305X_WMAC_BASE 0x00180000 +#define RT305X_WMAC_BASE 0x10180000 #define RT305X_OTG_BASE 0x101c0000 #define RT305X_ROM_BASE 0x00400000 #define RT305X_FLASH1_BASE 0x1b000000