From: Kalle Valo Date: Tue, 27 Sep 2011 20:33:28 +0000 (+0300) Subject: ath6kl: silence "invalid rate" warning X-Git-Tag: v3.2-rc1~129^2~104^2^2~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7308341b71f3c5e88e6a30f9d6a1cfb3bc2b4f;p=pandora-kernel.git ath6kl: silence "invalid rate" warning For some reason firmware is sending invalid rates when we try to query current bitrate from ath6kl_get_station() and a warning is issued: [ 3810.415720] ath6kl: invalid rate: 1935633515 [ 3811.105493] ath6kl: invalid rate: 1935633515 [ 3811.556063] ath6kl: invalid rate: 1935633515 As the warning happens way too often, convert the warning to a debug message once we have a proper fix. But to make it easy to follow how often the problem appears, add a debugfs to print various statistics about workarounds and make this issue the first WAR. Signed-off-by: Kalle Valo --- Reading git-diff-tree failed