[PATCH] libertas: correctly balance locking in libertas_process_rx_command
authorDan Williams <dcbw@redhat.com>
Fri, 25 May 2007 21:33:28 +0000 (17:33 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 11 Jun 2007 18:28:43 +0000 (14:28 -0400)
commit6cfb00823872d0181c5c72c2d457de93518d96e7
tree102cd416b1ab479b08a89c14f299a3126c5528be
parent24d443b5d568c6e11b07267e2d784f5f04aa5dac
[PATCH] libertas: correctly balance locking in libertas_process_rx_command

adapter->lock should released after unlocking adapter->driver_lock to
balance the order in which they were locked at the top of the function.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/cmdresp.c