From: Felix Fietkau Date: Sat, 25 Oct 2014 15:19:28 +0000 (+0200) Subject: ath9k: fix processing RXORN interrupts X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b580144725ba6adc034713fe243e69c0f63dd05;p=pandora-kernel.git ath9k: fix processing RXORN interrupts The "goto chip_reset" is a bit misleading, because it does not actually issue a chip reset. Instead it is bypassing processing of other interrupts and assumes that the tasklet will issue a chip reset. In the case of RXORN this does not happen, so bypassing processing of other interrupts will simply allow them to fire again. Even if RXORN was triggering a reset, it is not critical enough to need the bypass here. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed