From d03d60bd6b6e542895e2ae0d587eb821a8179d10 Mon Sep 17 00:00:00 2001 From: adrian Date: Mon, 16 Nov 2015 06:15:01 +0000 Subject: [PATCH] Add QCA9533 to the list of SoCs that require IRQ's be ACKed. --- 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 d05122af571b..2dc926f873e0 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_QCA9533: + case AR71XX_SOC_QCA9533_V2: case AR71XX_SOC_QCA9556: case AR71XX_SOC_QCA9558: /* ACK/clear the given interrupt */