[PATCH] rt2x00: make rt2x00lib_stop_link_tuner() reentrant with link_tuner work
authorIvo van Doorn <ivdoorn@gmail.com>
Tue, 25 Sep 2007 18:56:36 +0000 (20:56 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:04 +0000 (16:53 -0700)
Calling cancel_delayed_work_sync() unconditionally won't hurt
and it will avoid race conditions when another CPU is already
executing link_tuner work.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found