]> asedeno.scripts.mit.edu Git - linux.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)
commit56bdbe0d6ac59c3eb17c2b9d715fb2e41467e354
tree83ce959b8ba24889a56755624eae32c9febcf931
parent9e4982f6a51a2442f1bb588fee42521b44b4531c
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