From: Felix Fietkau Date: Tue, 28 Dec 2010 14:46:16 +0000 (+0100) Subject: ath9k_hw: fix dma descriptor rx error bit parsing X-Git-Tag: v2.6.38-rc1~476^2~14^2~3^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c30cc19081c16b1fe73ac13f2cb2abc009cdcc4;p=pandora-kernel.git ath9k_hw: fix dma descriptor rx error bit parsing An Rx DMA descriptor can have multiple error bits set, and some error bits (e.g. MIC failure) are filtered by the driver based on other criteria. Remove the 'else' in various error bit checks so that all error information is properly passed to the driver. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed