From: Ivo van Doorn Date: Mon, 25 Feb 2008 22:15:13 +0000 (+0100) Subject: rt2x00: Fix rt2x00lib_reset_link_tuner() X-Git-Tag: v2.6.25-rc4~148^2~27^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b3f8e47a38f39836da1c9f9d2ea9a9c164c8f4;p=pandora-kernel.git rt2x00: Fix rt2x00lib_reset_link_tuner() rt2x00lib_reset_link_tuner() can be called from within the link tuner itself. This means that it should _not_ call rt2x00lib_stop_link_tuner() since that will cause the thread to hang. Reorder the things that should be done during a link tuner reset and during a link tuner start. Also make antenna tuning the last step of the link tuner since it could possibly reset some statistical information which we need for average calculation. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed