commit | 80e78ef74dffb2195e2a1164c18579180a76fd5b | [log] [tgz] |
---|---|---|
author | Dan Williams <dcbw@redhat.com> | Fri May 25 22:18:47 2007 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 11 14:28:43 2007 -0400 |
tree | 362cae9f290534bb810f263477c977c6d082cebe | |
parent | 94b23855c034ffa50e1f94f43ef4500520e4c36e [diff] |
[PATCH] libertas: fix deadlock SIOCGIWSCAN handler Update signal quality before the locked scan result translation loop, because calling libertas_prepare_and_send_command() with the 'waitforrsp' option grabs adapter->lock in the command return processing, leading to the deadlock. Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>