From: Bruno Randolf Date: Wed, 19 May 2010 01:31:21 +0000 (+0900) Subject: ath5k: clarify logic when to enable spur mitigation filter X-Git-Tag: v2.6.36-rc1~571^2~615^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30bd3a3092c17dbfa18f042ca0815758e8d34e65;p=pandora-kernel.git ath5k: clarify logic when to enable spur mitigation filter The old code logically did not make sense and seems to have been confused by the fact that we could have newer EEPROMs on older hardware. In any case the spur mitigation filter was set if the srev was >= AR5K_SREV_AR5424. Spur info is available only from EEPROM versions bigger than 5.3 but but the EEPOM routines will use static values for older versions, so that should be o.k. Signed-off-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed