From: Bob Copeland Date: Sun, 15 Feb 2009 17:06:09 +0000 (-0500) Subject: ath5k: don't mask off interrupt bits X-Git-Tag: v2.6.30-rc1~662^2~460^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6f582bd38783e14f67d4466923f587728b2438;p=pandora-kernel.git ath5k: don't mask off interrupt bits Since interrupts are already masked by the hardware, there's no need to discard interrupt bits in the ISR itself. Also, in ath5k_beacon_config we mask off a couple of bits without locking, so doing this mask in software can lead to unhandled beacon timer and beacon miss interrupts. Changes-licensed-under: 3-Clause-BSD Signed-off-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed