commit | e392700741a4a5f061f3fcc9f5f2ceb0e0b0953e | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Sep 14 21:23:01 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 16 16:45:36 2011 -0400 |
tree | 93fa2813c5c182042dc510bf0c4de35d210196e0 | |
parent | c5d2593bad0d3440ce3b464d9e3c514d364820f8 [diff] |
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>