commit | 872b5d814f99a91bdf92d96265663882b014403d | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sun Nov 30 21:58:32 2014 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 01 15:57:22 2014 -0500 |
tree | 158cf57a112cc29a05821ec2f4ae7171ff65a174 | |
parent | ef739ab6aac38b25e473f418ecfe1fb433346fa1 [diff] |
ath9k: do not access hardware on IRQs during reset Instead of killing interrupts during reset when the first one happens, kill them before issuing the reset. This fixes an easy to reproduce crash with multiple cards sharing the same IRQ. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>