Fix Routerboard 411ar on board wireless
authorGabor Juhos <juhosg@openwrt.org>
Sun, 17 Jan 2010 14:33:23 +0000 (14:33 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 17 Jan 2010 14:33:23 +0000 (14:33 +0000)
This patch adds the appropriate interrupt for slot 0 pin 1 of the Routerboard 411ar (RB411 with on board Atheros wireless).

Signed-off-by: Andrew Bates abates@omeganetserv.com
SVN-Revision: 19184

target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb-4xx.c

index 2392c3dc6e4a59ba7775447ec8ded83c5023825b..5598c235fc56b4488af78f9fb5f2485be7c38e12 100644 (file)
@@ -56,6 +56,10 @@ static struct platform_device rb4xx_nand_device = {
 
 static struct ar71xx_pci_irq rb4xx_pci_irqs[] __initdata = {
        {
+               .slot   = 0,
+               .pin    = 1,
+               .irq    = AR71XX_PCI_IRQ_DEV2,
+       }, {
                .slot   = 1,
                .pin    = 1,
                .irq    = AR71XX_PCI_IRQ_DEV0,