From: Felix Fietkau Date: Fri, 30 Jul 2010 19:02:10 +0000 (+0200) Subject: ath9k_hw: fix periodic noise floor calibration on AR9003 X-Git-Tag: v2.6.36-rc1~305^2~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9369746050e838c57e357f0caa552386ad65a82d;p=pandora-kernel.git ath9k_hw: fix periodic noise floor calibration on AR9003 The periodic noise floor calibration is broken on this chip family, because it keeps triggering a software-filtered noise floor calibration, but never reads the result before uploading the history buffer value to the hardware. Fix this with a call to ath9k_hw_getnf(), just like on AR9002. Signed-off-by: Felix Fietkau Acked-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed