rtlwifi: Fix use of mutex in interrupt code
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 18 Dec 2010 01:36:25 +0000 (19:36 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 20 Dec 2010 19:49:48 +0000 (14:49 -0500)
A previous conversion from semaphoreto mutexes missed the fact that one
of the semaphores was used in interrupt code. Fixed by changing to
a spinlock.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found