From: Felix Fietkau Date: Wed, 14 Mar 2012 15:40:22 +0000 (+0100) Subject: ath9k_hw: clean up tx completion interrupt handling X-Git-Tag: v3.4-rc1~177^2~48^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8fdf6ef6bc2e299d2e1572c55325e0dca7e85f;p=pandora-kernel.git ath9k_hw: clean up tx completion interrupt handling TXQ_FLAG_TXOKINT_ENABLE and TXQ_FLAG_TXERRINT_ENABLE are always set and used together, and they share the same bitmask in enum ath9k_tx_queue_flags. Simplify the code that tests for these flags. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed