diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-3.2/260-ssb_sprom_mac_pool.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.2/260-ssb_sprom_mac_pool.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/target/linux/brcm63xx/patches-3.2/260-ssb_sprom_mac_pool.patch b/target/linux/brcm63xx/patches-3.2/260-ssb_sprom_mac_pool.patch deleted file mode 100644 index 243c93d546..0000000000 --- a/target/linux/brcm63xx/patches-3.2/260-ssb_sprom_mac_pool.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/arch/mips/bcm63xx/boards/board_bcm963xx.c -+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -859,18 +859,6 @@ void __init board_prom_init(void) - } - - bcm_gpio_writel(val, GPIO_MODE_REG); -- -- /* Generate MAC address for WLAN and -- * register our SPROM */ --#ifdef CONFIG_SSB_PCIHOST -- if (!board_get_mac_address(bcm63xx_sprom.il0mac)) { -- memcpy(bcm63xx_sprom.et0mac, bcm63xx_sprom.il0mac, ETH_ALEN); -- memcpy(bcm63xx_sprom.et1mac, bcm63xx_sprom.il0mac, ETH_ALEN); -- if (ssb_arch_register_fallback_sprom( -- &bcm63xx_get_fallback_sprom) < 0) -- printk(KERN_ERR PFX "failed to register fallback SPROM\n"); -- } --#endif - } - - /* -@@ -946,6 +934,19 @@ int __init board_register_devices(void) - !board_get_mac_address(board.enet1.mac_addr)) - bcm63xx_enet_register(1, &board.enet1); - -+ /* Generate MAC address for WLAN and -+ * register our SPROM, do this after registering enet devices -+ */ -+#ifdef CONFIG_SSB_PCIHOST -+ if (!board_get_mac_address(bcm63xx_sprom.il0mac)) { -+ memcpy(bcm63xx_sprom.et0mac, bcm63xx_sprom.il0mac, ETH_ALEN); -+ memcpy(bcm63xx_sprom.et1mac, bcm63xx_sprom.il0mac, ETH_ALEN); -+ if (ssb_arch_register_fallback_sprom( -+ &bcm63xx_get_fallback_sprom) < 0) -+ printk(KERN_ERR PFX "failed to register fallback SPROM\n"); -+ } -+#endif -+ - if (board.has_ehci0) - bcm63xx_ehci_register(); - |