From 917d2c3c3bd404338108897d5a27464fd90c8744 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 5 Jan 2015 02:00:41 +0000 Subject: [PATCH] ACK interrupts on the new SoCs. --- sys/mips/atheros/apb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/mips/atheros/apb.c b/sys/mips/atheros/apb.c index 5829e19c06ac..d05122af571b 100644 --- a/sys/mips/atheros/apb.c +++ b/sys/mips/atheros/apb.c @@ -364,6 +364,8 @@ apb_filter(void *arg) case AR71XX_SOC_AR9341: case AR71XX_SOC_AR9342: case AR71XX_SOC_AR9344: + case AR71XX_SOC_QCA9556: + case AR71XX_SOC_QCA9558: /* ACK/clear the given interrupt */ ATH_WRITE_REG(AR71XX_MISC_INTR_STATUS, (1 << irq));