From: Zefir Kurtisi Date: Mon, 27 Feb 2012 11:52:06 +0000 (+0100) Subject: ath9k: decouple RX error checking for DFS X-Git-Tag: v3.4-rc1~177^2~139^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4fb4b212d2668f831918023bc3ca451997faee6;p=pandora-kernel.git ath9k: decouple RX error checking for DFS Previous RX error checking was done exclusive-or for different error types and caused DFS pulse events to be dropped when other error flags (e.g. CRC) were set simultaneously. This patch decouples PHY error processing from other types and ensures that all pulses detected by HW are accounted by the pattern detector. Signed-off-by: Zefir Kurtisi Signed-off-by: John W. Linville --- Reading git-diff-tree failed