applied, thx
Quoting Helmut Schaa <helmut.sc...@googlemail.com>:

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 <helmut.sc...@googlemail.com>
---

Index: target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h
===================================================================
--- target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h (Revision 20584) +++ target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h (Arbeitskopie)
@@ -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
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel




--
John Crispin
hacking, coding, etc
blogic on irc

   _______                     ________        __
  |       |.-----.-----.-----.|  |  |  |.----.|  |_
  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  |_______||   __|_____|__|__||________||__|  |____|
           |__| W I R E L E S S   F R E E D O M
  KAMIKAZE (bleeding edge) -----------------------
   * 10 oz Vodka       Shake well with ice and strain
   * 10 oz Triple sec  mixture into 10 shot glasses.
   * 10 oz lime juice  Salute!
  ---------------------------------------------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to