]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: prevent early IRQs from accessing hardware
authorFelix Fietkau <nbd@openwrt.org>
Sun, 30 Nov 2014 20:58:30 +0000 (21:58 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 1 Dec 2014 20:57:22 +0000 (15:57 -0500)
commit42a3032d8eafe068928d5bd9b9a545e41088c4d5
tree83ce959b8ba24889a56755624eae32c9febcf931
parent542845101f14e5807dc63750ceb4590a719ffabd
ath9k: prevent early IRQs from accessing hardware

IRQs are suppressed if ah == NULL and ATH_OP_INVALID being set in
common->op_flags. Close a short time window between those two.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/init.c