diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2008-02-25 23:15:13 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-28 09:13:10 -0500 |
commit | 53b3f8e47a38f39836da1c9f9d2ea9a9c164c8f4 (patch) | |
tree | aa393f45d18a68eff497534dfa39fa07596e9440 /net | |
parent | 05253c93feb40901d80a0d6f239a0bc78860c679 (diff) | |
download | op-kernel-dev-53b3f8e47a38f39836da1c9f9d2ea9a9c164c8f4.zip op-kernel-dev-53b3f8e47a38f39836da1c9f9d2ea9a9c164c8f4.tar.gz |
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 <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions