Author: nbd
Date: 2016-01-03 15:48:20 +0100 (Sun, 03 Jan 2016)
New Revision: 48090

Modified:
   
branches/chaos_calmer/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c
Log:
ar71xx: fix MAC address swapping on WNR2200 and fix the WLAN MAC address

Signed-off-by: Felix Fietkau <[email protected]>

Backport of r47871

Modified: 
branches/chaos_calmer/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c
===================================================================
--- 
branches/chaos_calmer/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c  
    2016-01-03 14:48:17 UTC (rev 48089)
+++ 
branches/chaos_calmer/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c  
    2016-01-03 14:48:20 UTC (rev 48090)
@@ -42,8 +42,8 @@
 #define WNR2200_KEYS_POLL_INTERVAL     20 /* msecs */
 #define WNR2200_KEYS_DEBOUNCE_INTERVAL (3 * WNR2200_KEYS_POLL_INTERVAL)
 
-#define WNR2200_MAC0_OFFSET            0
-#define WNR2200_MAC1_OFFSET            6
+#define WNR2200_MAC0_OFFSET            6
+#define WNR2200_MAC1_OFFSET            0
 #define WNR2200_PCIE_CALDATA_OFFSET    0x1000
 
 static struct gpio_led wnr2200_leds_gpio[] __initdata = {
@@ -121,7 +121,8 @@
        ath79_register_eth(1);
 
        ath79_register_m25p80(NULL);
-       ap91_pci_init(art + WNR2200_PCIE_CALDATA_OFFSET, NULL);
+       ap91_pci_init(art + WNR2200_PCIE_CALDATA_OFFSET,
+                     art + WNR2200_MAC0_OFFSET);
 
        ath79_register_leds_gpio(-1, ARRAY_SIZE(wnr2200_leds_gpio),
                                        wnr2200_leds_gpio);
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to