Felix Fietkau e3f31175a3 ath9k: fix race condition in irq processing during hardware reset
To fix invalid hardware accesses, the commit 872b5d814f99 ("ath9k: do not
access hardware on IRQs during reset") made the irq handler ignore interrupts
emitted after queueing a hardware reset (which disables the IRQ). This left a
small time window for the IRQ to get re-enabled by the tasklet, which caused
IRQ storms.  Instead of returning IRQ_NONE when ATH_OP_HW_RESET is set, disable
the IRQ entirely for the duration of the reset.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-01-19 14:32:29 +02:00
..
2014-11-17 15:32:15 -05:00
2014-01-03 15:37:01 -05:00
2013-12-18 15:23:22 -05:00
2014-04-30 11:42:35 -04:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2014-11-17 15:32:16 -05:00
2014-02-12 15:36:03 -05:00
2014-02-12 15:36:03 -05:00
2014-12-01 15:57:21 -05:00
2014-12-01 15:57:21 -05:00
2014-06-19 15:49:18 -04:00
2014-11-25 14:09:56 -05:00
2014-10-27 14:16:14 -04:00
2014-09-09 15:27:21 -04:00