]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf6343d2ab940436c2b8bf4483925eb502f68f0f0
tree102cd416b1ab479b08a89c14f299a3126c5528be
parent0e393308ffe62e75ff717d7a9da93c715446f606
[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