From: Simon Wunderlich Date: Wed, 23 Jan 2013 16:38:06 +0000 (+0100) Subject: ath9k: reorder error codes for spectral X-Git-Tag: v3.9-rc1~139^2~2^2^2~42^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a325565c7fa0ba7fd1e319c5fd07665a092fb89;p=pandora-kernel.git ath9k: reorder error codes for spectral When using the spectral scan feature, frames with phy errors are returned for further processing to the driver. However, if the frames also have an invalid CRC (which seems to happen quite often), the frame is marked with bad CRC and not with the PHY error bit. The FFT processing function will thus miss the frames. Fix this by changing the precedence in error marking. Signed-off-by: Simon Wunderlich Signed-off-by: Mathias Kretschmer Signed-off-by: John W. Linville --- Reading git-diff-tree failed