commit | f4fb4b212d2668f831918023bc3ca451997faee6 | [log] [tgz] |
---|---|---|
author | Zefir Kurtisi <zefir.kurtisi@neratec.com> | Mon Feb 27 12:52:06 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Feb 29 14:14:56 2012 -0500 |
tree | fa186429022d120b43eb6b30074e8efeeb453b89 | |
parent | aef6a62d8b517f7472105971d5e221ef55a320be [diff] |
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 <zefir.kurtisi@neratec.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>