ath9k: fix enabling interrupts after a hardware error interrupt
authorFelix Fietkau <nbd@openwrt.org>
Wed, 14 Sep 2011 19:23:01 +0000 (21:23 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 16 Sep 2011 20:45:36 +0000 (16:45 -0400)
commite392700741a4a5f061f3fcc9f5f2ceb0e0b0953e
tree93fa2813c5c182042dc510bf0c4de35d210196e0
parentc5d2593bad0d3440ce3b464d9e3c514d364820f8
ath9k: fix enabling interrupts after a hardware error interrupt

The interrupt handler increases the interrupt disable refcount, so the
tasklet needs to always call ath9k_hw_enable_interrupts.

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